How to detect if inline edit is in progress
How to detect if inline edit is in progress
Hi,
I'm using inline editing, with a column dedicated to a delete button.
When (for example) my user is being editing a cell in first row then him click for deleting the second row, the result is that the cell in the first row is updated but the request for the deletion is "null".
How can I detect if a edit is in progress to avoid void "confirm deletion?"
Thanks
This question has an accepted answers - jump to answer
Answers
You can use
display()
for that,Colin
Thanks!