Completed
Last Updated: 31 Aug 2020 09:15 by ADMIN
Release R3 2020
Pim
Created on: 14 Jul 2020 17:10
Category: UI for WinForms
Type: Bug Report
0
RadSplitButtonElement in Office2010Blue Issue

Submitted on customer behalf:

 

We are currently using version 2017.3.1017.40 and noticed an issue with the display of the RadSplitButtonElement in combination with the theme Office2010Blue.
When we disable the RadSplitButtonElement, or more precisely the ActionButtonElement in the DropDownEditorLayoutPanel, it does not display as disabled in the Office2010Blue theme.
In other themes (e.g. Office2010Silver) it does show as disabled.

When trying the latest version (2020.2.616.40) we still get this behaviour, see example below:


https://d33v4339jhl8k0.cloudfront.net/inline/50419/5907e3feb16975ce5df4a9aeb2ea75bb0ee7f94e/cc7f4a05be17f1ff60b240da220dea07dcc0fbdd/image002.png

It appears similar to the issue mentioned in https://feedback.telerik.com/winforms/1370576-fix-radcommandbar-some-of-the-elements-in-the-control-are-not-rendered-as-disabled-with-office2010blue-and-office2010black-themes

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 15 Jul 2020 05:14

Hello, Pim,

I have logged it in our feedback portal by creating a public thread on your behalf. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to set the ActionButton.UseDefaultDisabledPaint property to false:
            this.radSplitButtonElement1.ActionButton.Enabled = false;
            this.radSplitButtonElement1.ActionButton.UseDefaultDisabledPaint = true;

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik