All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
PanelBar
/
bold fonts
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
ehsan
27 posts
Member since:
Apr 2008
Posted 08 Sep 2009
Link to this post
hi
i am using RadPanelbar (2009.2 sp1)
but when i place the control on the page , all radpanel fonts are bold by default and cannot change it to normal weight.
help plz
tnx
Princy
17421 posts
Member since:
Mar 2007
Posted 09 Sep 2009
Link to this post
Hi Ehsan,
I tried with the RadPanelBar and the fonts appear to be normal. I am not sure about what is happening on your end. Can you try with the following code snippet and see whether you are able to get the desired font.
CS:
foreach
(RadPanelItem item
in
RadPanelBar1.Items)
{
item.Font.Bold =
false
;
}
Regards
Princy
Back to Top
Close