Completed
Last Updated: 02 Feb 2018 11:26 by Dimitar
ADMIN
Dimitar
Created on: 29 Jan 2018 07:53
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
0
FIX. RadDiagramRibbonBar - one cannot set the AssociatedControl at design time when used inside a user control.
To reproduce: 
- Add DiagramRibbonBar to a user control.
- Try setting the AssociatedControl from the smart tag.
- An error message will be shown.

Workaround:
Set it in code:
radDiagramRibbonBar1.AssociatedDiagram = radDiagram1;
0 comments