Home All Groups Group Topic Archive Search About

How to add javascript onClick attribute to datagrid's edit template (update command)?

Author
18 Feb 2005 1:22 PM
Smash
How to add javascript onClick attribute to datagrid's edit template (update
command)?

any suggestions?

Author
19 Feb 2005 10:01 AM
Samuel Kim
Capture the onDataBinding event of the (Edit) button to add an onClick
attribute
Author
20 Feb 2005 2:46 AM
Dager@guard1.com
Author
21 Feb 2005 4:09 PM
Elton Wang
If you want to add it on Update command, better place is
datagrid_EditCommand. Only in that moment, you can get two
buttons (Update and Cancel). In either ItemDataBound or
ItemCreated event, there is only one Edit button.

HTH

Elton Wang
el***@hotmail.com


>-----Original Message-----
>How to add javascript onClick attribute to datagrid's
edit template (update
Show quoteHide quote
>command)?
>
>any suggestions?
>
>
>.
>