asp.net - DevExpress AspxGridView Row Editing Event -


i using devexpress gridview , showing

<editbutton visible="true"></editbutton> 

now,i want show custom popupcontrol on editbutton click. unable find event fires on editbutton click.

the edit button switches aspxgridview edit mode. there no explicit click event button.
take @ grid editing - edit form template demo learn how provide possible layout gridview's edit form using appropriate template.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -