Completed
Last Updated: 20 Jul 2018 06:53 by ADMIN
ADMIN
Petar Mladenov
Created on: 29 May 2017 07:05
Category: LayoutControl
Type: Bug Report
0
LayoutControl:Multiple LayoutControl instances with LayoutControlToolBox share single ToolBoxView instance
Multiple LayoutControl instances with LayoutControlToolBox share single ToolBoxView instance.

This makes the ToolBoxView useless because it indicates wrong structure of foreign LayoutControl.



Workaround is to instantiate the ToolBoxViews manually:

 <telerik:RadLayoutControl.AdditionalCanvasItems>
                <telerik:LayoutControlToolBox LayoutControl="{Binding ElementName=layoutControl4}" >
                    <telerik:LayoutControlToolBox.ToolBoxView>
                        <telerik:LayoutControlToolBoxView />
                    </telerik:LayoutControlToolBox.ToolBoxView>
                </telerik:LayoutControlToolBox>
            </telerik:RadLayoutControl.AdditionalCanvasItems>

By default they are instantiated internally.

1 comment
ADMIN
Vera
Posted on: 20 Jul 2018 06:53
The fix for this issue will be available in the next LIB version (2018.2.723). It will also be included in our official version – R3 2018, scheduled for the mid of September.