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

RadSplitButton disbaled state

1 Answer 74 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Elke
Top achievements
Rank 1
Elke asked on 22 Jul 2013, 05:36 AM
I have a form with RadButtons and RadSpitButtons. I use the office2010SilverTheme.
If a disable the Buttons, the text is shown gray. When I disable the RadSplitButton the text is still black, also the arrow is black and the Image on the button keeps the origin colors. It's not clear for the user, that the button is disbaled, because only the border color changed.
Is it planed to change the standard theme or do  I need to create my own theme?
Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 24 Jul 2013, 03:17 PM
Hello Elke,

Thank you for contacting Telerik Support.

There is a difference which element is disabled. In case of
this.radSplitButton1.Enabled = false;
this means that clicking the arrow will not expand the drop down menu, but the style remains the same. If you use
this.radSplitButton1.DropDownButtonElement.Enabled = false;
it makes the text gray and the style is quite similar to the disabled RadButton. Please see the attached picture to check if it is the desired solution.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Elke
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or