For a RadComboBox I am still having trouble with aligning the text to be indented off of the image on the selected item. I followed this example: http://www.telerik.com/community/code-library/aspnet-ajax/combobox/show-the-selected-item-image-in-input.aspx
This won't indent the text.
<
style
type
=
"text/css"
>
.cbGeographicUnit .rcbInputCell .rcbInput
{
padding-left: 22px;
}
</
style
>
<
tr
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbGeographicUnit"
OnClientLoad
=
"showFirstItemImage"
OnClientSelectedIndexChanging
=
"showImageOnSelectedItemChanging"
HighlightTemplatedItems
=
"true"
>
<
ItemTemplate
>
...
</
ItemTemplate
>
</
telerik:RadComboBox
>
</
td
>
</
tr
>