This question is locked. New answers and comments are not allowed.
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.
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.