Categories | Question details Back To List | ||
Getting parent row id of a child row in tree grid Is there a way to get the row id of the parent row of a child row in a tree grid? Thank you. Answer posted by dhxSupport on Oct 15, 2009 02:03 You can use getParentId() method. Please find example here http://www.dhtmlx.com/docs/products/dhtmlxTreeGrid/samples/03_nodes_rows_manipulations/02_treeGrid_api2.html |