This is a migrated thread and some comments may be shown as answers.

Disable collapse behaviour for nodes

1 Answer 55 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Sergi
Top achievements
Rank 1
Sergi asked on 09 Nov 2011, 01:03 PM
I have a treelist that starts fully expanded because I call ExpandAllItems().

I want to disable collapsing the nodes.

How can I do it?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Nov 2011, 01:21 PM
Hello Sergi,

You can try the following CSS.

CSS:
<style type="text/css">
  .RadTreeList_Default .rtlCollapse
    {
      display:none ! important;
    }
</style>

Thanks,
Shinu.
Tags
TreeList
Asked by
Sergi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or