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

Is there a way to add another caption to the panel bar?

3 Answers 62 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
kstump
Top achievements
Rank 1
kstump asked on 06 Jul 2007, 11:58 PM
something like the normal caption on the left side and the new text on the right side?

Thanks,
--
K

3 Answers, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 09 Jul 2007, 10:26 AM
Thank you for your question, kstump.

This feature is not built-in currently, but I could suggest you the following workaround:
 
TextPrimitive textPr = new TextPrimitive();  
textPr.Text = "Some text";  
this.radPanelBarGroupElement1.Children[2].Children[0].Children[0].Children.Add(textPr);  
             

Here we create a new instance of TextPrimitive and then we add it to the caption layout of the RadPanelBarGroupElement.

I hope this helps.  
 

Kind regards,
Ray
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
kstump
Top achievements
Rank 1
answered on 09 Jul 2007, 07:37 PM
Excellent.  That was much easier than I thought it was going to be.  Thanks.

--
K
0
Boyko Markov
Telerik team
answered on 10 Jul 2007, 11:10 AM
Hello Kelly,

I'm glad that I could help you with your issue. If you need more assistance, please feel free to write us back.

 
Sincerely yours,
Ray
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
kstump
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
kstump
Top achievements
Rank 1
Share this question
or