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

[Solved] Getting grid's filtered collection

2 Answers 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris McMahan
Top achievements
Rank 1
Chris McMahan asked on 21 Dec 2009, 08:28 PM
I apologize if I am overlooking something simple or just misunderstanding how this works but is there an easy way to retrieve a radgrid's filtered collection of data once the filtering has finished?  I would assume there would be a property of some sort I could grab and manipulate that had all of these items but I haven't found anything yet.

Could someone point me in the right direction on how I could get just the items filtered on a grid, once the filtering is finished on a server side post back.

Any help would be appreciated.

Thank you, 
Chris McMahan

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 22 Dec 2009, 07:55 AM
Hello Chris,

Check out the following forum link which discusses on a similar issue where a solution provided is to re-query the database with the filter expression and store the items in a temporary datatable.
Get items filtered grid and data item(row) is based on

Thanks
Princy.
0
Chris McMahan
Top achievements
Rank 1
answered on 23 Dec 2009, 05:09 PM
Thank you for the quick reply.  This solved my problem perfectly.

Chris McMahan
Tags
Grid
Asked by
Chris McMahan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Chris McMahan
Top achievements
Rank 1
Share this question
or