Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I am trying to get the Level of the Selected item this way:
Dim node As RadTreeNode node = rdd_productgroepen.EmbeddedTree.FindNodeByValue(rdd_productgroepen.SelectedValue) Niveau = node.Level
But the Level value seems not to be there. How can I achieve this?
Marc
Answer my own question:
It works, I was databinding on postback.