Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > Enabled Tree but Disable CheckBoxes
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Enabled Tree but Disable CheckBoxes

Feed from this thread
  • Todd avatar

    Posted on Apr 6, 2011 (permalink)

    I am using a RadTreeView that has checkboxes.  i want the user to be able to expand/collapse the tree but not change the checkbox states.  i tried setting the nodes' enabled property to "false" but that preventing me from expanding/collapsing.  is this possible? 

    thanks in advance,

    Todd

  • Posted on Apr 7, 2011 (permalink)

    Hello Todd,

    Please have a look at the following demo which explains how to disable CheckBoxes in RadTreeview.
    TreeView / CheckBox Support

    Thanks,
    Princy.

  • Todd avatar

    Posted on Apr 7, 2011 (permalink)

    thanks for the reply princy.  but, i'm not sure that answers my question.  if you are suggesting setting the checkable to false for those nodes, that makes the checkbox go away.  to clarify, i would like to show the tree with all nodes, including the checkboxes so the user know's what is selected, but prevent the user from changing any of the checkboxes. in essence, disabling the checkboxes but keeping the tree enabled so the branches can be expanded/collapsed.

    todd

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > Enabled Tree but Disable CheckBoxes