Hi,
I have a RadTreeView with 3 levels child nodes with check boxes.
When user click a button and the page is post back, how can i get all the nodes being checked?
Thanks!
You can retrieve all checkednodes on postback by using the CheckedNodes property of the RadTreeView; CheckedNodes returns a generic list of RadTreeNodeobjects.