In Rad combo box,
we are displaying default Text from Coding,like
DropDownCompany.Items.Insert(0,
New RadComboBoxItem("All Companies", "-1"))
this "All Companies" Text is displaying with no styles.
how to make that text as Italic font while selected.
Regards,
Surya Murthy.
1 Answer, 1 is accepted
0
Veronica
Telerik team
answered on 30 Apr 2010, 03:10 PM
Hi surya murthy,
You may use this help topic as a reference. Specifically regarding your question use this:
RadComboBox1.Font.Italic = true;
Hope this helps.
Greetings,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.