This is a migrated thread and some comments may be shown as answers.

GroupDescriptors in UWP

3 Answers 87 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
Stergios
Top achievements
Rank 1
Stergios asked on 20 Sep 2016, 09:21 PM

Hello,

I've just migrated a Windows Store App to a UWP and I encounter the following issue:

Error  The name "PropertyGroupDescriptor" does not exist in the namespace "using:Telerik.UI.Xaml.Controls.Grid".

Has something changed in the implementation of the Group and sort descriptions?

The bold markup below fails after the migration:

<telerikGrid:RadDataGrid Visibility="Collapsed" Grid.Row="1" SelectionChanged="dataGrid_SelectionChanged" GridLinesVisibility="Horizontal" x:Name="dataGrid" AutoGenerateColumns="False" UserFilterMode="Disabled" UserEditMode="None"  UserSortMode="Single" SelectionMode="Single" SelectionUnit="Row">
                <telerikGrid:RadDataGrid.GroupDescriptors>
                    <telerikGrid:PropertyGroupDescriptor PropertyName="ModelIdentCode" />
                </telerikGrid:RadDataGrid.GroupDescriptors>
                <telerikGrid:RadDataGrid.SortDescriptors>
                    <telerikGrid:PropertySortDescriptor PropertyName="ModelIdentCode" SortOrder="Ascending"/>
                  

..............

Regards

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 21 Sep 2016, 08:11 AM
Hello,

The Group/Sort/Filter descriptors are now placed in the Telerik.Data.Core namespace.

Please, let me know should you need further assistance.

Regards,
Ivaylo Gergov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Morgan
Top achievements
Rank 1
Iron
answered on 09 Dec 2016, 12:45 AM
Fix the documentation then it doesn't point to that in the examples provided....
0
Ivaylo Gergov
Telerik team
answered on 13 Dec 2016, 11:36 AM
Hello,

Thank you for your feedaback. This task is already planned and our documentation will be improved in the following releases.

Regards,
Ivaylo Gergov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DataGrid
Asked by
Stergios
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Morgan
Top achievements
Rank 1
Iron
Share this question
or