Completed
Last Updated: 21 Mar 2019 17:16 by Dimitar
Kun
Created on: 20 Feb 2019 09:22
Category: UI for WinForms
Type: Bug Report
1
RadRibbonBar - the Windows 8 theme is missing the IsSelected state set on the RadGalleryItem
Other themes are also missing the IsSelected state, the fix should also handle them.
4 comments
Dimitar
Posted on: 21 Mar 2019 17:16
Hello, 
 
A Fix will be available in LIB Version 2019.1.325 scheduled for March 25th.

Best regards, 
Dimitar
ADMIN
Hristo
Posted on: 20 Feb 2019 11:14
Hi Kun,

Indeed, all of these themes are missing the IsSelected state. The fix will also handle them.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Kun
Posted on: 20 Feb 2019 10:23

FYI, all these themes have the same issue:

  • Fluent,Fluent Dark
  • Material,Material Pink, Material Teal, Material Blue Grey
  • Telerik Metro,Telerik Metro touch, TelerikMetroBlue
  • Office2010Black/Blue/Silver
  • Office2013Light/Dark
  • VisualStudio2012Light/Dark
  • Windows8
ADMIN
Hristo
Posted on: 20 Feb 2019 09:26
Hello,

The missing state can be added in the Visual Style Builder tool. I am attaching a screenshot and a custom theme. Note that in order to have the selected state painted it is also necessary to set the ItemSelection property on the gallery element to true:
this.radGalleryElement1.ItemSelection = true;

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.