Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Hide Check Boxes on items on WebDataTree
posted

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://www.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.

Parents
  • 29417
    Verified Answer
    Offline posted

    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://www.infragistics.com/support

     

    wdt_HideChildNodes.zip
Reply Children
No Data