How can I tell the created ComboBox which skin to use?
Thanks!
5 Answers, 1 is accepted
| <telerik:RadComboBox ID="RadComboBox1" Runat="server" Skin="Black"></telerik:RadComboBox> |
Skin="mySkin"
Is that sort of what you had in mind?
No... my grid has a specified skin.
Then I have a "rad:GridDropDownColumn" as one of the columns. I want to be able to specify the skin for this column.
Actually the combobox inherits the Skin from the Grid. You can see it here and here.
Greetings,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Hi Veselin,
I have a problem with skins apply to RadCombobox. We use the Telerik.Web.UI namespace.
The code is like
<telerik:RadComboBox skin="WebBlue" ID="ddlProgramClientList" runat="server" EnableLoadOnDemand="True"
AllowCustomText="True" ItemRequestTimeout="500" Height="200px" font-size="8pt"
ShowMoreResultsBox="true" HighlightTemplatedItems="true" OffsetX="-100" DropDownWidth="680px"
MaxLength="30" CssClass="RadComboRegular">
Everything seems to be ok, as there is a "More" image (a triangle image) at the bottom of the RadCombobox, and when hit, more items will be loaded in to control, 20 items each time when the image is hit. However when we change the skin to "Vista", that image at the bottom disappears and we could only have 20 items available. Could you please help to sort it out?
Thanks.
Can you reproduce that in our online demo? Can you?
Does it make any difference if you remove the CssClass="RadComboRegular" from the combo's declaration?
Sincerely yours,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.