Hey Steve,
I took a look at the source code for telerik.treeview.min.js and see that when the treeview object is instantiated, a delegate is created to call the nodeSelect function when a node is clicked. I came up with a solution where I add an "onload" client event to the treeview and in the "onload" event handler, I add another delegate to remove the t-state-selected class when the node is clicked.
Here is the treeview:
And here is the "MyTreeView_OnLoad" javascript function:
Let me know if this works for you...
Regards,
John DeVight