check box

Hi,
In my Grid application I am using check boxes in column ‘0’ also a master check box.
By using
var checkIds = mygridReport.getCheckedRows(0);
I will get the id’s of all checked rows. I want to delete all the checked . There may be more than one check boxes will be checked. Please help me…

You should delete checked rows one by one with deleteRow(row_id) method
docs.dhtmlx.com/doku.php?id=dhtm … _deleterow