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.
|
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
|