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
200
DataItem
posted

Hello,

During page.prerender I initialize my WebDataTree.
To start an action with the selected node I have added a button on the form.

During the Button_click event I identify the selected node by webdataTree.ActiveNode.

But ActiveNode has forgotten its dataitem. It is nothing :-(

All other properties seem to be availlable. What can be happend with the DataItem property?

 

best regards
Andreas

 

Parents
No Data
Reply
  • 245
    posted

    I am having a similar issue.  I am able to access the DataItem in the NodeBound event but then can't access it later when calling a method.  The nodes are there but their DataItem is null (C#).

    Kevin

Children