I am creating a mobile website using radcomboboxes inside of update controls that are set to autopostback = true. All of the controls work except on the page's initial load the UI elements are enlarged and look more like buttons. They are still able to be selected and after the controls postback the elements still do not go back to a normal size. Only after a postback from another control do the UI elements shrink down to a normal size.
I have tested the radcombobox with checkboxes enabled outside of the update panel and this behavior does not change. I have a master page that contains jQuery files located in the header, and when I remove one of the js files, the problem disappears with the UI elements disappearing. Can anyone help me figure out what is preventing the UI elements from rendering properly?
On Load:
After postback:
Hi Team,
I tried following steps to use RadMultiSelect dropdown in my project but getting compile time error .
1) I have registered Telerik.Web.UI assembly in aspx page
2) Added RadScriptManager and RadSkinManager on aspx page.
3) then added following code -
requiredMultiSelect.Value = {"Anne King", "Andrew Fuller"}
And getting compile time error -
There is any tutorial (with sample code) teaching how to use Telerik skins for whose has no idea from where to start?
I don't even know how to set a skin to a control.
Thanks.
I don't know if this is the proper place for this but I am having issues with the use of skins and didn't know where to post.
There is an article here that says that we have a sort of built-in skins available.
I would like to know what do I need to do to get access to this because any time I try to Skin="skin_name" a control I get a page error just like this:
Telerik.Web.UI.RadListView with ID='RadListView1' was unable to find an embedded skin with the name 'Silk'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false.
Any idea?
Hi Community.
I have a SharePoint 2010 web part that uses Telerik ASP.Net Ajax UI and Skin component (version 2013.3.1114.35).
The skins work fine in the http site but fail to load in the https site. Identical web.config in both sites.
Same Telerik.Web.UI.Web.Resource.axd version in both http and https site under teh <handlers> and <httphandlers> sections in web.config.
I debugged and the Telerik API 'GetEmbeddedSkinNames' in http site retrieves all skins and return none in https so it falls to 'Default' skin.
In the C# project the both Telerik assemblies (Telerik.Web.UI and Telerik.Web.UI.Skins) have 'Specific Version= true' in the dll property window.
In the WFE server's GAC there are multiple Telerik assemblies (3 Telereik.Web.UI and 2 Telerik.Web.UI.Skins - the version I use is the latest registered in the GAC.
Just to make everything else even more confusing, in the test site (replica of Production) http and https work fine both.
Any idea? I'd try everything that you suggest me as I hit a point that I have no more ideas (and energy) to work on this! :)
Thank you and Happy Holidays!
Hi,
How can I limit the number of default skins to choose from with SkinManager?
Say I only want the user to be able to choose between Bootstrap, Metro, Metro Touch and Default.
Thx, Martin
We are using telerik old version which was using dll of rad controls.Now we are upgrading these controls to latest version of telerik and getting more code issue which was not working .
My following code is not working , So please let us know How we can fixed this issue.
Telerik.Web.UI.RadTreeView was unable to find an embedded skin with the name '~/RadControls/TreeView/Skins/Arrows/3DBlue'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false.
<telerik:RadTreeView ID="rtvTopLeftPatientMenu" Skin="Arrows/3DBlue"
runat="server" OnNodeClick="rtvTopLeftPatientMenu_NodeClick"
BeforeClientToggle = "BeforeToggleHandler" BeforeClientClick = "BeforeClientClick" >
</telerik:RadTreeView>