or

<telerik:RadTreeView ID="supview" runat="server" DataFieldID="child_id" DataFieldParentID="parent_id" CheckBoxes="true" > <DataBindings> <telerik:RadTreeNodeBinding Enabled="true" /> </DataBindings> </telerik:RadTreeView>In the hierarchy grid the allowrowselect is set to true. How can I tell if the row selected is from the master table view or detail table view on the client side script (rowselected). Please advise.
Thanks
RJ