Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
160 views

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:

 

 

0 answers
250 views

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 - 
<telerik:RadMultiSelect runat="server" DataValueField="text" Filter="Contains" EnforceMinLength="false" Placeholder="Select Receiptees"
    DataTextField="text" Width="500px" ID="requiredMultiSelect">
<Items>
<telerik:MultiSelectItem Text="Steven White"></telerik:MultiSelectItem>
<telerik:MultiSelectItem Text="Nancy King"></telerik:MultiSelectItem>
</Items>
</telerik:RadMultiSelect>   
4) added this line in aspx.vb file for default selection
requiredMultiSelect.Value = {"Anne King", "Andrew Fuller"}

And getting compile time error -
Type 'Global.Telerik.Web.UI.RadMultiSelect' is not defined.

Not able to find solution for this on telerik webpage also , Can anyone please help me with this?

  

0 answers
115 views

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.

Yan Moura
Top achievements
Rank 1
Veteran
Iron
 asked on 09 Feb 2021
0 answers
303 views

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?

Yan Moura
Top achievements
Rank 1
Veteran
Iron
 asked on 03 Feb 2021
0 answers
77 views

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!

 

 

 

loco
Top achievements
Rank 1
 asked on 27 Dec 2017
0 answers
86 views

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

Martin
Top achievements
Rank 1
 asked on 23 Mar 2017
0 answers
93 views

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>​​

ashishpandey21jan
Top achievements
Rank 1
 asked on 26 Oct 2015
0 answers
49 views
Hi,

Using telerik ajax panel. There are a number of buttons and these buttons in the panel due to running events. I am running these events. But i don't use the panel for a while for example 2 minute or 1 minute. Events don't work. The loading panel is calling, do postback but event's doesn't work. What is poblem...
ne2000
Top achievements
Rank 1
 asked on 09 Jan 2012
0 answers
432 views
RadSkinManager's intuitive design-time options allow you to define global skin for the RadControls on the page as well as granular settings for particular controls through the TargetControls collection.

By default the Skin property of RadSkinManager is an empty string. If the property is set to a different value and Enabled is set to true for the control, the manager will apply automatically the specified skin to all RadControls on the form. If you set the ShowChooser property to true the manager will display run-time RadComboBox as a part of its smart tag, populated with all embedded skins, where you can pick a skin.

Additionally, in the TargetControls (persisted in ViewState) collection you can add per-control skin setting (setting TargetControl -> ID and TargetControl -> Skin) alongside with Enabled property value to enable/disable this particular setting. You can select any RadControl on the form and the manager will find recursively all ISkinableControl instances to set their skin.



To get familiar with the control please follow these online resources:

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Jun 2009
Narrow your results
Selected tags
Tags
+123 more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?