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

How many rows in radGrid after apply allowFilteringByColumn

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Harsh Verma
Top achievements
Rank 1
Harsh Verma asked on 24 Mar 2010, 08:09 AM
Hi,
     Guys i want to know how many records in radgrid after apply Filtering By Column.

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 25 Mar 2010, 04:24 PM
You can always use the "Items" collection of the GridTableView or the RadGrid itself:

int itemCount = RadGrid1.Items.Count 

This will give you the total number of items on your RadGrid page (including after you've filtered etc.).
Tags
Grid
Asked by
Harsh Verma
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or