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

Get all the filtered rows not just the paginated ones

0 Answers 29 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Noorali
Top achievements
Rank 1
Noorali asked on 22 Oct 2012, 10:38 PM
Hi,

I am using RadGridView for Silverlight 4.0.

On my form I have a RadGridView and a RadDataPager. I also have a SelectAll checkbox to select all the rows in the grid.

The problem is that when the user filters the data I only get the number of rows that are limited to the PageSize that I set on the RadDataPager. As a result I am unable to select all the rows that are filtered in.

To give you the numbers. I retrieve 671 rows and have my PageSize set to 200. After the user applies filters I should end up with 232 rows. However I only get 200 rows (limited to PageSize). I have tried disabling virtualization but that does not work either.

Is there a way to do this?

Please let me know.

Thanks.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Noorali
Top achievements
Rank 1
Share this question
or