jqgrid:cancel deleting row(s)
Posted
by ohana
on Stack Overflow
See other posts from Stack Overflow
or by ohana
Published on 2010-04-13T01:03:44Z
Indexed on
2010/04/13
1:13 UTC
Read the original article
Hit count: 320
jqgrid
hi,
I use jqgrid for my data, and enable user to delete rows from the grid. but when user click 'delete' button, jqgrid will popup a 'Delete' dialog to ask user if they wanna delete or cancel, how can i check if user choose 'cancel" before i really submit data deletion to the server? Thanks.
© Stack Overflow or respective owner