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

how can count radgrid bound column value?

1 Answer 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Coolbudy
Top achievements
Rank 1
Coolbudy asked on 25 Jun 2013, 06:57 AM
Hello friends
 
    I want to count telerik:GridBoundColumn in the radgrid so how can i do this?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Jun 2013, 09:03 AM
Hi,

You can get the number of GridBoundColumns using -
      int  cCount = RadGrid1.Columns.Count;

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