<
add key="Telerik.EnableEmbeddedSkins" value="false" />
<
add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />
<
add key="Telerik.Skin" value="MySkin" />
I punt also on the page the theme MySkin.
I can see that all css are loaded but the controls are rendered without style.
I don't know if this approche is the best way for what i want to do.
Also set the information in the web.config is not a solution because the skin is different by customer (I would like to put this in the cs of the master page).
I found a lot of informations, documentations, video etc ... but nothing is very clear for my problem.
I try also differents approche but nothing work.
I'm using the telerik control version 2009.3.1103.20
Is it a problem for the style builder? do i need to migrate to the laste version of telerik?
Could you please help me with this.
In advance thanks,
Edwin.
<telerik:RadSlider ID="slidersteps" runat="server" Value="0" ItemType="Item" Width="738px" Height="40px" DecreaseText="Previous" IncreaseText="Next" SelectionStart="1" ShowDecreaseHandle="False" ShowIncreaseHandle="False" OnClientBeforeValueChange="clientBeforeValueChange" AutoPostBack="true"> <Items> <telerik:RadSliderItem Text="Select Product" Value="PRODUCT" /> <telerik:RadSliderItem Text="Select Subscription" Value="SUBSCRIPTION" Enabled="false" /> <telerik:RadSliderItem Text="Registration Details" Value="REGISTRATION" Enabled="false" Visible="false" /> <telerik:RadSliderItem Text="Payment Method" Value="METHOD" Enabled="false" /> <telerik:RadSliderItem Text="Confirmation" Value="CONFIRM" Enabled="false" /> </Items> </telerik:RadSlider>Visible="false" and with items that not enabled, it is still clickable. any idea?
I have a webpage that has a label, radsplitter and radpane, lets call it PageHost. In the radpane I load a page by changing the ContentURL property, lets call this page PageChild.
If from PageChild inside the radpane, I want to get handle to the label on PageHost, how do I do that?