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

Hide navigation buttons

1 Answer 70 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Kim Johansen
Top achievements
Rank 1
Kim Johansen asked on 03 Mar 2010, 09:55 PM
Hi

Is it possible to hide all the buttons in the RadListBox ?

Best Regards
Kim Johansen

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Mar 2010, 06:43 AM
Hi Kim,

You can control the way buttons are rendered using the ButtonSettings property. Checkout the following documentation.
Button Settings

Also, adding the following style on page will hide the buttons of RadListBox.
   .rlbButton
    {
        display:none !important;
    }
    </style>

-Shinu.

Tags
ListBox
Asked by
Kim Johansen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or