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!
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.