Declined
Last Updated: 27 Nov 2014 09:08 by ADMIN
Maha
Created on: 18 Nov 2013 05:23
Category: PanelBar
Type: Bug Report
1
RadPanelBar
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
Attached Files:
1 comment
ADMIN
Aneliya Petkova
Posted on: 18 Nov 2013 10:09
Hello,

We have tested your page in IE10, but we were not able to replicate the issue you are describing with the provided code. Also, we cannot find exactly where you load the control dynamically in your page.
In order to help you, please open new support ticket and send us a simple page, dll Version of Telerik RadControls and the browser you are using.

Regards,
Aneliya Petkova
Telerik