Client side script for treeview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am looking for a few references on how to implement some basic client scripting for the treeview. All I really need to do is set the checked state of all client nodes to be the same as that of the highest parent clicked. There is the server side function which won't execute until postback. I would really like this to be on the client side. Thanks for any info.