Welcome Guest Search | Active Topics | Sign In | Register

Grid - Update Options
Ismael Teron
Posted: Tuesday, December 1, 2009 8:58:28 PM
Rank: Newbie
Groups: Member

Joined: 9/3/2008
Posts: 3
I would like to know if there is a way that I can capture the update event in the eo:grid object. I seen your examples and the example is using the post back button to force the saving to the DB. I would like to save once I click on the update link of the grid it self. (<eo:EditCommandColumn />) I don't want the user to have to click on update then clicn on another save button.

Thanks in advance.
eo_support
Posted: Wednesday, December 2, 2009 6:57:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I believe you can handle ClientSideAfterItemEdit event and then call the client side Grid's raiseItemCommandEvent method to raises the server side ItemCommand event. Inside that event handler you can then save the change.

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.