fires immediately after a cell is unselected
rid | string|number | the id of the selected row |
ind | number | the index of the selected cell |
Available only in PRO Edition
grid.attachEvent("onCellUnMarked", function(rid,ind){
//your code here
});
the event works only with "Markers" extension
Back to top