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

ListBox MultiSimple selection bug with some themes

2 Answers 49 Views
ListControl
This is a migrated thread and some comments may be shown as answers.
Laurent
Top achievements
Rank 1
Laurent asked on 24 Apr 2019, 05:04 PM

Hello,

The RadListBox is not working properly when the Office2013 or the Material themes are activated.

The bug can be reproduced like this:

- Launch the "Demo Application - Telerik UI for WinForms R1 2019 SP1" provided with the control suite.

- Choose "Explore all controls", "List control", "Settings"

- In the "Settings panel", set "Selection Mode" to "MultiSimple"

- In the "Themes" panel, choose "Office2013Light"

- click on the second item, then the third, then the fourth to select --> OK

- click on the second item to unselect it --> Not OK, the list isn't refreshed accordingly

- click on the third item to unselect it --> Not OK, the second item is properly unselected but the third one is still selected

Is there any work around to this very annoying bug?

Thanks.

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 25 Apr 2019, 08:04 AM
Hi Laurent,

I have logged this issue on our Feedback Portal. You can track its progress, subscribe to status changes and add your comment to it here. I have also updated your Telerik Points.

To workaround this issue load the attached theme with the following code:
ThemeResolutionService.LoadPackageFile(@"C:\Users\dkaramfi\Desktop\Themes_exported\Office2013Light.tssp");
ThemeResolutionService.ApplicationThemeName = "Office2013Light";

I hope this helps. Should you have any other questions do not hesitate to ask.
 
Regards,
Dimitar
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.
0
Laurent
Top achievements
Rank 1
answered on 25 Apr 2019, 09:24 AM

Thanks for you swift answer! The workaround works perfectly.

Tags
ListControl
Asked by
Laurent
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Laurent
Top achievements
Rank 1
Share this question
or