Hi,
I use the "TreeGrid" and I have the "Tree" inside of it.
I need to get the information, if the "TreeNode"-s are expanded or not.
The "ListGrid" provides methods as "expandRecord(ListGridRecord)" and "collapseRecord(ListGridRecord)".
But there's no method to get the expand status (like isExpandedRecord(ListGridRecord)).
Can anybody help how to get the expand status of a record?
Thanks.
I use the "TreeGrid" and I have the "Tree" inside of it.
I need to get the information, if the "TreeNode"-s are expanded or not.
The "ListGrid" provides methods as "expandRecord(ListGridRecord)" and "collapseRecord(ListGridRecord)".
But there's no method to get the expand status (like isExpandedRecord(ListGridRecord)).
Can anybody help how to get the expand status of a record?
Thanks.
Comment