Datagrid Alter Rows

How to alter the rows in a datagrid?

Questions by ushalakshmi   answers by ushalakshmi

Showing Answers 1 - 3 of 3 Answers

Veerapally

  • Jun 21st, 2008
 

You can use DataGrid's OnItemCreated and OnItemDataBound events. OnItemCreated event is fired once a row is created but the values are not yet binded.
OnItemDataBound will fire for every row that is bounded. You can get the values here for each column in the row. Depending on you requirement,you can use either of these events

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions