Completed
Last Updated: 08 Sep 2015 15:03 by ADMIN
ADMIN
Stefan
Created on: 18 Aug 2015 09:59
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
0
FIX. RadDiagram - setting the SelectedItem does not select the shape in the UI
To reproduce:
radDiagram1.SelectedItem = radDiagram1.Shapes[2];

Workaround:
radDiagram1.Shapes[2].IsSelected = true;
0 comments