This is a migrated thread and some comments may be shown as answers.

RadListView Skin not being applied inside User Control

1 Answer 74 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Ivo
Top achievements
Rank 1
Ivo asked on 24 May 2013, 05:00 PM
Hello,

I am currently developing a User Control which contains a RadListView and a RadDataPager. The User Control receives a parameter which is a String representing the Skin to be applied to the Telerik Controls, and the setting is done on 

protected void Page_Load(object sender, EventArgs e)
{
if (Visible == true)
{
this.RadListView_RelevantEvents.Skin = this.Skin;
this.RadDataPager_RadListView_RelevantEvents.Skin = this.Skin;
....
}
}

Nonetheless, only the RadDataPager_RadListView_RelevantEvents gets the skin applied to it whilst RadListView_RelevantEvents inherits the Skin from the Parent element which is a RadDock.

Can someone please provide some help?

Thank you for your attention.

Kind regards,

1 Answer, 1 is accepted

Sort by
0
Accepted
Kostadin
Telerik team
answered on 29 May 2013, 11:38 AM
Hello Jorge,

Thank you for contacting us.

I would suggest you to review the following help article which describes how to set a skin at runtime and also can be found a list of the supported skins .

I hope this information proves helpful.

Regards,
Kostadin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ListView
Asked by
Ivo
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or