Rank: Advanced Member Groups: Member
Joined: 12/5/2007 Posts: 57
|
Hi,
Sure hope I can do this or I have a serious problem. I guess to keep things as short as possible - if I am using a grid in excel style edit mode and write a java script handler for the ClientSideOnItemCommand which then calls the eo_TriggerServerEvent function will it clear the ChangedItems or leave them in tact?
If you could answer that for me I would greatly appreciate it.
Thanks,
Gary
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe that would depend on whether you are triggering a full page post back or a partial post back. A full post back reloads the whole page thus completely wipes out ChangedItems. A partial post back that does not update the Grid (for example, if you use UpdatePanel and the Grid is outside of the UpdatePanel) then ChangedItems will still be there.
Thanks
|