Matthew Petersen
Posted
on Mar 18, 2011
(permalink)
How do i disable node collapse in a radtreeview control?
I tried setting the onclientnodeclicked="return false;" which does stop the node from being collapsed but then in turn killed all the client-side asp.net validators i had on the page. (validation just didnt execute for the page at all.)
Im using the latest 2011.1.315.40 release of RadControls for ASP.Net AJAX.
Any assistance appreciated.
regards,
Matt
Posted
on Mar 18, 2011
(permalink)
Hello Mathew,
Try the following code snippet in 'OnClientNodeCollapsing' event of RadtreeView.
ASPX:
Java Script:
Thanks,
Princy.
Matthew Petersen
Posted
on Mar 20, 2011
(permalink)
Thanks, that works perfectly.