Hello,
I need to know the selected node in webdatatree, but when I enable AutoPostBackFlags-NodeClick="On" fired an error in javascript
<ig:WebDataTree runat="server" Height="330" Width="100%" ID="trv1" SelectionType="Single" EnableConnectorLines="true" InitialDataBindDepth="1" EnableAjax="false" AutoPostBackFlags-NodeClick="On" onnodeclick="trvArbol_NodeClick">
Code Behind
protected void trv1_NodeClick(object sender, DataTreeNodeClickEventArgs e) { lblNombre.Text = e.Node.Text;
}
Thks JT
Hi,
I do not reproduce this error with the internal builds. Can you share a complete sample and steps to reproduce.
Thanks,
Lubomir