Hello,
When setting the pinned parameter of a RadDock to true, the RadDock is expanded beyond its container and all RadDocks overlap.
2007 Q3 Prometheus:
RadDock rdoAlert = new RadDock();
rdoAlert.Pinned = true;
rdoAlert.Text = woAlert.title;
rdoAlert.ID = woAlert.uID;
rdoAlert.UniqueName = woAlert.uID;
rdoAlert.Width = Unit.Percentage(100);
rdoAlert.DefaultCommands = Telerik.Web.UI.Dock.DefaultCommands.None;
rdoAlert.ToolTip = woAlert.toolTip;
rdoAlert.Title = woAlert.title;
Thank you,
Travis
When setting the pinned parameter of a RadDock to true, the RadDock is expanded beyond its container and all RadDocks overlap.
2007 Q3 Prometheus:
RadDock rdoAlert = new RadDock();
rdoAlert.Pinned = true;
rdoAlert.Text = woAlert.title;
rdoAlert.ID = woAlert.uID;
rdoAlert.UniqueName = woAlert.uID;
rdoAlert.Width = Unit.Percentage(100);
rdoAlert.DefaultCommands = Telerik.Web.UI.Dock.DefaultCommands.None;
rdoAlert.ToolTip = woAlert.toolTip;
rdoAlert.Title = woAlert.title;
Thank you,
Travis