This question is locked. New answers and comments are not allowed.
I recently upgraded to the Q3 release of Telerik Silverlight controls and I have noticed that the grids no longer sort by column correctly.
I have two versions of my application which are identical except for the version of Telerik controls they are using. I am using the DomainDataSource from RIA Services to populate my grids, and have paging turned on.
In the old Telerik version (2010.2.812.1040), clicking a column header to sort by that header would do:
-- sort the immediate contents of the grid (ie, what is just in the current page)
-- make a call to the server in order to repage the entire dataset so it gets sorted correctly
In the new Telerik version (2010.3.1110.1040), clicking a column header to sort by that header does:
-- sorts the immediate contents of the grid (ie what is just in the current page)
-- that's it! No longer calls the server to do a full proper sort.
Is this an expected change in the grid? If so, how can I get the new grid to behave like it did before?
I have two versions of my application which are identical except for the version of Telerik controls they are using. I am using the DomainDataSource from RIA Services to populate my grids, and have paging turned on.
In the old Telerik version (2010.2.812.1040), clicking a column header to sort by that header would do:
-- sort the immediate contents of the grid (ie, what is just in the current page)
-- make a call to the server in order to repage the entire dataset so it gets sorted correctly
In the new Telerik version (2010.3.1110.1040), clicking a column header to sort by that header does:
-- sorts the immediate contents of the grid (ie what is just in the current page)
-- that's it! No longer calls the server to do a full proper sort.
Is this an expected change in the grid? If so, how can I get the new grid to behave like it did before?
