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

[Solved] RadGridView no longer fully sorting paged grids?

3 Answers 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt Greer
Top achievements
Rank 1
Matt Greer asked on 17 Dec 2010, 09:28 PM
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?





3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 20 Dec 2010, 08:55 AM
Hi,

 I've just tried this demo however the grid (2010.3.1110.1040 version) worked fine. 

Best wishes,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Kathleen
Top achievements
Rank 1
answered on 31 Jan 2011, 06:13 PM
Matt, did you ever find a solution other than "Works fine on our demo site?"


http://www.telerik.com/community/forums/silverlight/gridview/broken-sorting-functionality.aspx
0
Matt Greer
Top achievements
Rank 1
answered on 31 Jan 2011, 07:35 PM
Nope, sorry Kathleen. I am no longer using Silverlight for my app. Good luck!
Tags
GridView
Asked by
Matt Greer
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Kathleen
Top achievements
Rank 1
Matt Greer
Top achievements
Rank 1
Share this question
or