Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Velmurugant on Aug 05, 2009 04:05
open dhtmlx forum
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?
Answer posted by dhxSupport on Aug 06, 2009 01:22
>>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)