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