|
Rank: Advanced Member Groups: Member
Joined: 8/2/2009 Posts: 39
|
Hi,
I need to replace some column data when loading a grid. In ASP.NET i can do it with the RowDataBound event. How should i proceed in a EO.Web.Grid ?
thanks
Peter
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would just use something like Grid1.Items[x].Cells[y].Value = z after you call DataBind.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/2/2009 Posts: 39
|
Hi, I found the same solution also. Sorry for bothering you!
Best regards Peter
|
|