Rank: Member Groups: Member
Joined: 1/10/2011 Posts: 12
|
hello,
when we know columns in grid, we can use clientsideendedit event for postback on the edited cell. but i have dynamic no. of editable columns with dynamic headings. i read on ur site:
"You can also uses a ScriptEvent control and call eo_TriggerServerEvent instead of __doPostBack to trigger post back. eo_TriggerServerEvent triggers a post back and fires the corresponding ScriptEvent's Command event."
can u pls guide me to use ScriptEvent control and call eo_TriggerServerEvent instead of __doPostBack? thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please check the reference for ScriptEvent control. You can find sample code there.
Thanks
|