S
societopia.net
The itemDataBound is raised after an item is data bound to the grid. The
item is a row (not a single column). The event passes an object e as
DataGridItemEventArgs. Use e.Item.ItemIndex to bring the row index and use
the e.Cells collection to access the columns of that row (item). I have a
sample where I use this event on my website
http://www.societopia.net/Samples/webform2.aspx
item is a row (not a single column). The event passes an object e as
DataGridItemEventArgs. Use e.Item.ItemIndex to bring the row index and use
the e.Cells collection to access the columns of that row (item). I have a
sample where I use this event on my website
http://www.societopia.net/Samples/webform2.aspx
