Is there any event in the web grid equvalent to Grid view's OnRowDataBound()?
InitializeRow event is fired before the data is bound. But i want the event to be fired after the data is bound.
Kindly help me in this regard.
Thanks
Somu
Could you plese tell us what you need to achieve? I believe you can get the datarow / dataobject the respective row is bound to using e.Data in the InitializeRow event, if this is what you need.
Thanks. I have achived the desired result through e.Data method.