Is there any RowDataBound event in infragistic WebDataGrid ?
Handle the InitializeRow event, which is equivalent to RowDataBound event. Use the event args to get the row or items of that row:
e.Row.Items
-Taz.