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
850
Issue with Navigating to the configured URL when WebDataTree node is clicked
posted

Hi,

I use WebDataTree. I see that sometimes when I click on a node, it takes me to the NavigateURL which I set from my code behind. But some times it does not. Can anyone let me know if I need to do any extra configuration? 

Here is my tree:

 

<ig:WebDataTree ID="Tree" runat="server" InitialExpandDepth="0" EnableExpandOnClick="false" StyleSetName="Office2010Blue"

        InitialDataBindDepth="0" EnableAjax="true" EnableConnectorLines="false"  Font-Size="Small" OnNodeDropped="serverNodeDropped">

        <DataBindings>       

    <ig:DataTreeNodeBinding DataMember="Tree" TextField="NodeDescription" ValueField="NodeDescription" />

        </DataBindings>      

        <AutoPostBackFlags NodeDropped="On" />

        <ClientEvents NodeClick="Tree_NodeClick" />

    </ig:WebDataTree>

 

Also, Can anyone tell me how to get the NavigateUrl of the node on client side. I am capturing the node click event and I would like to navigate to the URL mentioned in the node's NavigateUrl.

Parents Reply Children
No Data