hello,
i would like to use a very basic, non-flashy skin for my RadComboBoxes. the embedded skin "Gray" looks like the only choice for this.
however when i try to use it, i get this error at run-time:
Telerik.Web.UI.RadComboBox with ID='rcbDistrict' was unable to find embedded skin with name 'Gray'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
...what gives?
thanks,
matt
i would like to use a very basic, non-flashy skin for my RadComboBoxes. the embedded skin "Gray" looks like the only choice for this.
however when i try to use it, i get this error at run-time:
Telerik.Web.UI.RadComboBox with ID='rcbDistrict' was unable to find embedded skin with name 'Gray'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
...what gives?
thanks,
matt
6 Answers, 1 is accepted
0
matt
Top achievements
Rank 1
answered on 01 Sep 2008, 03:48 PM
telerik, any suggestions?
thanks
thanks
0
matt
Top achievements
Rank 1
answered on 03 Sep 2008, 04:02 PM
Telerik, we'd really like to test using the Gray skin, as its the only non-flashy, sorta standard looking skin.
Can you help determine why it isn't working?
thanks
matt
Can you help determine why it isn't working?
thanks
matt
0
-DJ-
Top achievements
Rank 1
answered on 03 Sep 2008, 04:11 PM
Hey Matt,
setting Skin="Gray" works perfectly for me.
"gray" doesn't work, but I noticed you did indeed write "Gray" so that doesn't seem to be the explanation.
Outdated .dll perhaps?
Regards,
-DJ-
setting Skin="Gray" works perfectly for me.
"gray" doesn't work, but I noticed you did indeed write "Gray" so that doesn't seem to be the explanation.
Outdated .dll perhaps?
Regards,
-DJ-
0
matt
Top achievements
Rank 1
answered on 03 Sep 2008, 06:56 PM
weird. my dll version: 2008.1.619.20
my test code:
...same error.
matt
my test code:
<%@ Page Language="C#" MasterPageFile="~/OneColumn.master" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="Test" %> |
<%@ Register TagPrefix="Telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> |
<asp:Content ID="Content1" ContentPlaceHolderID="phContent" runat="server"> |
<h1>test</h1> |
<Telerik:RadComboBox ID="rcbTest" Skin="Gray" runat="server"> |
<Items> |
<Telerik:RadComboBoxItem Text="test 1" /> |
<Telerik:RadComboBoxItem Text="test 2" /> |
</Items> |
</Telerik:RadComboBox> |
</asp:Content> |
...same error.
matt
0
matt
Top achievements
Rank 1
answered on 03 Sep 2008, 07:30 PM
i upgraded to the 2008 Q2 release and its been fixed.
perhaps its a new skin?
thanks!
matt
perhaps its a new skin?
thanks!
matt
0
Hello Matt,
Gray skin was introduced with RadControls for ASP.NET AJAX Q2 2008 (Version Number 2008.2.723) .
Q2 2008 Release notes
Regards,
Daniel
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Gray skin was introduced with RadControls for ASP.NET AJAX Q2 2008 (Version Number 2008.2.723) .
Q2 2008 Release notes
Regards,
Daniel
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.