I have not been able to find a working example of hiding the check boxes on the WebDataTree. We are using version 11.1 build 2238.
I would like to hide the check boxes of the items that have children. I can do this this with jquery but I am unable to use jquery on this project. I saw this example http://ko.infragistics.com/community/forums/t/36625.aspx but I am not able to get it working. Does this require a reference to the infragistics JavaScript files to get the methods used in the example to work correctly.
Thank you very much that worked perfectly.
Hello John ,
Thank you for posting in our forum.
It doesn’t require any additional scripts to be added. However make sure you set the init() method is hooked to the Initialize client side event of the WebDataTree.
For example:
<ClientEvents Initialize="init" />
Otherwise the code won’t be executed.
I’ve attached a sample for your reference. Please refer to it and let me know if you have any questions.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support