Hi,
When I click on a button, It should uncheck the selected radio button in the grid.
How can i do this?
Thanks,
Sachin M
Can be done as
var id=grid.getCheckedRows(COLUMN);
grid.cells(id,COLUMN).setValue(0);
where COLUMN - index of column with radiobuttons