Welcome Guest Search | Active Topics | Sign In | Register

Calculate column Options
FCruz
Posted: Monday, July 12, 2010 1:25:14 PM
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.
eo_support
Posted: Monday, July 12, 2010 2:30:56 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.