Rank: Newbie Groups: Member
Joined: 11/17/2011 Posts: 9
|
Hi again;
In the GridView I have the command: protected void Grid_RowDataBound (object sender, GridViewRowEventArgs e) Is there any with the same functionality in EOGrid?
Ronie Makrosystem Inf.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, No. You can not do that. Our Grid works VERY differently than ASP.NET GridView because ASP.NET GridView goes back to the server everytime you make a change and ours doesn't. This is a huge difference. You will want to take a look of our documentations and samples to see how this works out and what the implications this difference would cause for you. For the documentations, you can start here: http://www.essentialobjects.com/doc/1/grid/start.aspxThanks!
|