Declined
Last Updated: 03 Aug 2016 14:03 by ADMIN
Created by: Andrew
Comments: 1
Category: PanelBar
Type: Feature Request
1
Under the list of controls that will adjust with the device detection screen sizes and device types, the RadPanelBar is not listed. It would be handy if this control was able to automatically layout differently if there were more space. 

For example, on a wide screen monitor, the panels would be side by side, if there was room. And if the same page was viewed in a smaller screen size, the panels would stack and become collapsible as they are by default now.
Declined
Last Updated: 23 Mar 2015 10:58 by ADMIN
Declined
Last Updated: 27 Nov 2014 09:08 by ADMIN
Created by: Maha
Comments: 1
Category: PanelBar
Type: Bug Report
1
Hi Sir,

I'm using RadPanelBar in my project

I've keep RadPanelBar HTML Code in UserControl for using it in different pages (See Sample Project : leftmenu.ascx)

Problem 1
========
Instead of loading UserControl(leftmenu.ascx) in client side like below

<%@ Register TagPrefix="uc1" TagName="leftmenu" Src="~/leftmenu.ascx"%>  //Register
<uc1:leftmenu id="ucjsradleftmenu" runat="server"></uc1:leftmenu>  //Placing User Control

If i Load it in Page Load Dynamically as shown below

UserControl leftuc = (UserControl)LoadControl("~/leftmenu.ascx");
placeleftmenu.Controls.Add(leftuc);

Then If we select Concern Page using mouse where Dynamic Code Exist(Sample Project : RadComboBox.aspx) mouse selected(RadComboBox) not selecting properly

Visual Studio used : Microsoft Visual Studio 2008 Version 9.0.30729.1 SP

Dot Net Framework : Microsoft .NET Framework Version 3.5 SP1