Rank: Member Groups: Member
Joined: 6/4/2010 Posts: 16
|
There is something like the RowDataBound event of the grid. net? I need to calculate the value of a column
Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Grid does not have RowDataBound event. You will need to calculate the column before you data bind to the Grid. For example, if you populate the Grid from a DataTable object, you will need to add an additional DataColumn in the DataTable object to represent the calculated column.
Thanks!
|