Hi,
Is there a way to retrieve the dataitem of the clicked node in a databound treeview? In the NodeClick event the e.Node.DataItem is null. I can only get the text.
Thanks for any ideas!
v
The DataItem property is available only during databinding in the NodeDataBound event. You cannotnot use it elsewhere. You can use the Value property or Custom Attributes instead.