Hi,
Can anyone let me know how to bind webdatatree from client side using the page methods and i cannot use WebHierarchicalDataSource.So,Please tell me how to bind using page methods.
Thanks in Advance.
Hello,The idea of ASP controls is to be client-server controls. If you want to set datasource on the client and bind on the client our trees I would suggest you to use our jQuery igTree. Here is a sample how to bind it on the client http://samples.infragistics.com/jquery/tree/binding-to-json
Thanks for ur Quick Reply,i have binded the webdatatree using the ajax post method, but the problem is that it take more time to bind and the browser is returning the "A script on this page is causing Internet Explorer to run slowly" .There are around 6000 records to be bind to the webdatatree.
Or Do we have any solution like binding a limited records one in a time and after scrolling the tree then binding the remaining.
Can u provide me any solution.
Thanks in Advance