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

[Solved] Grid Auto Counting

1 Answer 119 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijaya
Top achievements
Rank 1
Vijaya asked on 12 May 2008, 05:11 AM
I am using RadGrid.I want count of all the rows in a grid into Footer Template when i will change data of a row in Grid.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 May 2008, 05:44 AM
Hi,

Try setting Aggregate ="Count" to get the row count at the bottom of the Grid.

ASPX:
 <telerik:GridBoundColumn DataField="ProductName"  Aggregate="Count" HeaderText="ProductName" SortExpression="ProductName" 
                            UniqueName="ProductName">  
                        </telerik:GridBoundColumn> 


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