Hi all,
I'm having some problems deleting multiple rows in my grid. I have the MasterTableView and inside it I have my CommandItemTemplate which have the respective controls to manipulate the grid (add registers, delete registers and refresh).
The problem is that i have a button and a linkbutton for every function (image and text) and all works perfect, but the button to delete seleted rows doesn't works. It just works until de OnClientClick event, but does matter what the user clicks (ok or cancel) it never axecute the delete event ...... for the link button it works fine.
Here is my code
Daniel Peralta
I'm having some problems deleting multiple rows in my grid. I have the MasterTableView and inside it I have my CommandItemTemplate which have the respective controls to manipulate the grid (add registers, delete registers and refresh).
The problem is that i have a button and a linkbutton for every function (image and text) and all works perfect, but the button to delete seleted rows doesn't works. It just works until de OnClientClick event, but does matter what the user clicks (ok or cancel) it never axecute the delete event ...... for the link button it works fine.
Here is my code
I hope you can help me with this
Regards,Daniel Peralta