Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on Aug 18, 2008 02:05
open dhtmlx forum
How could i find out if a subgrid is expanded?

How could i find out if a subgrid is expanded?
Answer posted by Support on Aug 18, 2008 03:48
In case of treeGrid it can be checked by 

var state = grid.getOpenState(rowId);

if branch has been opened then method returns true