how to get list of Xamwebgrid after filtering (after filtering xamwebgrid displays filter list that fine)
i want to get that list of items after filtered, can any one please help me.
Hi,
If I set the PageSize then we will not get all the filtered records. I want to get all the Filtered records. But I am getting only the current page records. Can any one help me
Thanks
thanks for your reply. In filtered event i am tried to get the filtered list in xamWebGrid. but i am not getting. can u please give me any example if u have.
thanks in advance
Hello,
The Rows collection displays the Rows after/before they are filtered, so you can check this collection if you need to perform some logic after you have filtered (for example in the Filtered event).
Hope this helps