Hello,
Sorry it is my bad. The option is for filterGrid.
Also when the cell is edited and saved I use addClass(“dirty-cell”)
When you wan to remove this you can removeClass(“dirty-cell”)
also you can use hasClass too to determine if the cell is dirty.
To get these cells use getChagedCells('dirty') method
Regards
Tony