Unplanned
Last Updated: 30 Mar 2016 13:49 by ADMIN
ADMIN
George
Created on: 18 Feb 2014 13:51
Category: UI Framework
Type: Bug Report
1
FIX. RadPropertyGrid - VisualStudio2012Light theme - changing a property leaves a selection, scrolling out of view clears the selection.
To reproduce:

Create a RadPropertyGrid and set its SelectedObject. Set the theme to VisualStudio2012Light, change a property of the selected object and select another property, you will see that the previous property is selected. Now scroll until the previous property is no longer visible, now scroll back until it is visible, you will see that the selection is gone. By design this selection should not exist at all.

Workaround:

Open the theme with VisualStyleBuilder => RadPropertyGrid => PropertyGridElement => PropertyGridTableElement => PropertyGridItemElement and set the FillTransparent repository to the PropertyGridItemElement.IsModified state.
0 comments