Completed
Last Updated: 08 May 2014 11:41 by ADMIN
ADMIN
George
Created on: 29 Apr 2014 11:08
Category: UI Framework
Type: Bug Report
0
FIX. RadListView with Office 2013 theme(s) multiple selected items do not appear selected
To reproduce:

Add a RadListView with some items. Set the theme to Office2013Dark/Light, select one item, hold shift and select another item. You will notice that only the current item appears selected.

Workaround:

Use the attached theme files. Load them as follows:

ThemeResolutionService.LoadPackageFile(@"PathToTheme");
ThemeResolutionService.ApplicationThemeName = "Office2013Light";
0 comments