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

show expanded view on pageload and restrict the user from collapsing

1 Answer 28 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 14 Feb 2013, 12:09 PM
Hi
I'm expanding all the nodes of my radtreelist on page load. I dont want the user to collapse it. I think it can be done by disabling or hiding the collapse button. However I wonder if there is some other way I can have this done. Please suggest another solution if you have one.
thanks
Allen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Feb 2013, 12:39 PM
Hi Allen,

Try overriding the default CSS as follows:

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

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