Hi xrimson,
You can disable all scripts of a RadControl for ASP.NET AJAX by setting its EnableEmbeddedScripts property to false and use your custom JavaScript code, however it is advisable that you do not do this because you will have to implement from scratch every functionality you need.
It's easier to build on top of RadTreeView's client-side component in your inherited TreeView. You can register the additional JavaScript files with the ClientScriptResourceAttribute (type-level) in this way:
I hope this helps.
Kind regards,
Simon
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>