This is a migrated thread and some comments may be shown as answers.

cssClass Not Working on PanelBar Item

1 Answer 28 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
ClarkSRoberts
Top achievements
Rank 1
ClarkSRoberts asked on 05 Oct 2009, 09:50 PM
Here is my code:

                    Dim PBItem1 As New Telerik.Web.UI.RadPanelItem 
                    PBItem1.Text = result.blm_title.ToString 
                    PBItem1.ToolTip = result.blm_subtitle.ToString 
                    PBItem1.CssClass = "Black9b" 
                    PBItem1.NavigateUrl = "~/crBlogMaster.aspx?id=" + result.blm_id.ToString 
 
                    RadPanelBar1.Items(1).Items.Add(PBItem1) 

The class "Black9b" is part of my Theme associated with the aspx page and it is not getting assigned to the PanelBar item.

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 07 Oct 2009, 02:39 PM
Hello ClarkSRoberts,

Unfortunately, the provided information does not help us much in reproducing the error. It will be best if you can open a support ticket and send us a simple running project (incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
PanelBar
Asked by
ClarkSRoberts
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or