Hi,
I am working on a requirement where i should be able to save the dashboard configurations if a cell is destroyed from the dashboard. But I am not able to capture the cell destroyed event. Here are some of my findings-
1. If I delete a cell from a row that has more than one cells, then the layoutChanged event is triggered.
2. If there is only one cell in a row and that cell is deleted, none of the events are getting triggered.
Here is the link to fiddle - https://jsfiddle.net/amaan0farooq/02o7tLcd/1/
Would appreciate a quick response.
Thanks