Hi ,
I have a requirement that if user select any row . i.e active row.
I have a html button when user clicks that then grid active row should be set to null.
This is to be done at client side .
I have used function igtbl_getactiverow and then i row.set=null
But it is not reflecting
Please suggest a solution
Hi Jaddu,
var objgrid = igtbl_getGridById(grid_id);
objgrid.clearSelectionAll();
objgrid.setActiveRow(
null);