Hi,
I've been looking thru the API and the forums for a way to get the parent of a node in a TreeGrid. My problem is that, when an external event is fired I need to get the selected node and know its father.
So far, the only method available returns a ListGridRecord. I can't see a way to get the underlying TreeNode structure.
Do you know how the parent of a selected node ? For this matter, how can you get the underlying model ? That'd be really useful.
Thanks in advance,
Juan
I've been looking thru the API and the forums for a way to get the parent of a node in a TreeGrid. My problem is that, when an external event is fired I need to get the selected node and know its father.
So far, the only method available returns a ListGridRecord. I can't see a way to get the underlying TreeNode structure.
Do you know how the parent of a selected node ? For this matter, how can you get the underlying model ? That'd be really useful.
Thanks in advance,
Juan
Comment