Completed
Last Updated: 28 Dec 2016 09:31 by ADMIN
ADMIN
Hristo
Created on: 23 Dec 2016 12:12
Category: LayoutControl
Type: Bug Report
1
FIX. RadLayoutControl - the RadLayoutControl.HideItem method fails to hide a LayoutControlGroupItem located in a LayoutControlTabbedGroup
Workaround: access the tabbed group and remove the group item manually
this.layoutControlTabbedGroup1.ItemGroups.Remove(this.layoutControlGroupItem1);
this.radLayoutControl1.HiddenItems.Add(this.layoutControlGroupItem1);
0 comments