how to get all the subgridrowIds and unchecked rowIds?

Hi,

I am using grid with subgrid.



var sub=mygrid.cells(k,0).getSubGrid();

var Ids=sub.getCheckedRows(0);



By using this code, i can get checked row Ids. but i need to get unchecked row ids? or i want get all subgrid row ids? Is it possible? how to do that?

but i need to get unchecked row ids
Unfortunately dhtmlxGrid hasn’t appropriate method
>>or i want get all subgrid row ids
You can use getAllRowIds(separator) where separator - delimiter to use in list (optional, comma by default)