All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hello,
How can you implement subheadings in RadListBox ?
For example:
HEADING 1
ListItem A
ListItem B
HEADING 2
ListItem C
ListItem D
Thank you.
<style>
.group-header{
background-color
:
aqua
;
font-style
italic;
}
</style>
<
telerik:RadListBox
runat
=
"server"
ID
"RadListBox1"
>
Items
telerik:RadListBoxItem
Text
"Group 1"
Enabled
"false"
CssClass
"group-header"
/>
"Item 1"
"Item 2"
"Item 3"
"Group 2"
"Item 4"
"Item 5"
</