Welcome Guest Search | Active Topics | Sign In | Register

Grid_RowDataBound on EOGrid Options
Makrosystem
Posted: Friday, May 18, 2012 1:38:48 PM
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.
eo_support
Posted: Friday, May 18, 2012 1:41:49 PM
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.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.