Hello,
I am having an issue where i am using the modal style editing for my grid.
For update and delete i am using a linkbutton column which is properly bringing up the modal and will close any existing modal before that. However if the new record modal is already up, that one will not get closed by the edit/delete linkbutton.
The new record button does however close an existing edit/delete modal.
On grid_ItemCommand am i doing a grid.MasterTableView.ClearEditItems for all three commands, and it does indeed take the grid out of edit mode, however the modal doesn't close for the edit and delete commands.
Any ideas ?
Thanks,
Max T.
I am having an issue where i am using the modal style editing for my grid.
For update and delete i am using a linkbutton column which is properly bringing up the modal and will close any existing modal before that. However if the new record modal is already up, that one will not get closed by the edit/delete linkbutton.
The new record button does however close an existing edit/delete modal.
On grid_ItemCommand am i doing a grid.MasterTableView.ClearEditItems for all three commands, and it does indeed take the grid out of edit mode, however the modal doesn't close for the edit and delete commands.
Any ideas ?
Thanks,
Max T.