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

How to get filtered row DATA in server?

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Calvin Lou
Top achievements
Rank 1
Calvin Lou asked on 21 Apr 2011, 12:10 AM
I searched the forum but couldn't find an answer. There is answer to get the COUNT of the filtered row but not the data. Could anyone help? I need to do some processing at the server on the filtered rows. Thanks a lot!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Apr 2011, 05:29 AM
Hello,

As far as I know it is not possible to get the filtered data directly. It is possible through custom code. You can query the underlying datasource, using  the filter expression of the RadGrid to get the filtered rows. This would return only the filtered rows. Ensure that rebinding is done to refresh the grid. Hope this helps you.

Thanks,
Princy.
Tags
Grid
Asked by
Calvin Lou
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or