Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Error click event side-server in webdatatree
posted

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

  • 3726
    posted

    Hi,

    I do not reproduce this error with the internal builds. Can you share a complete sample and steps to reproduce.

    Thanks,

    Lubomir