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

telerikGrid:PropertySortDescriptor not available in the Q1 2015

1 Answer 40 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kliment Kocovski
Top achievements
Rank 1
Kliment Kocovski asked on 02 Apr 2015, 02:03 PM
in previous release of telerik radgrid the following code was working fine 

 <telerikGrid:RadDataGrid.SortDescriptors>
    <telerikGrid:PropertySortDescriptor PropertyName="PositionOrder" SortOrder="Ascending">
   </telerikGrid:PropertySortDescriptor>
</telerikGrid:RadDataGrid.SortDescriptors>

but on the latest version Q1 2015 it not available.
How to achieve the same? 

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 07 Apr 2015, 12:25 PM
Hi Kliment,

Thank you for contacting us.

In Q1 2015 we have changed the namespace of number of classes. Here is the complete list of changes: Breaking Changes And Backwards Compatibility

The PropertySortDescriptor is now in the Telerik.Data.Core namespace. We will soon update our documentation examples to reflect these changes. Please, excuse us for any inconvenience caused.

I hope this helps.

Regards,
Rosy Topchiyska
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
DataGrid
Asked by
Kliment Kocovski
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or