C1TreeView client side has a very rich client-side object model since most of its members are identical to the members in the server-side control.
To get the client-side control object for C1TreeView you can use the following code:
var controlObj = Sys.Application.findComponent("<%=c1treeview1.ClientID%>");
Using C1TreeView’s client-side code, you can implement many features in your Web page without the need to send information to the Web server which takes time. Thus, using C1TreeView’s client-side object model can increase the efficiency of your Web site.
The following topics describe the available client-side properties, methods, and events.
|