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

Init/configure controls on all web pages

1 Answer 32 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
miksh
Top achievements
Rank 1
Iron
miksh asked on 25 Apr 2014, 06:28 PM
How to init/configure telerik controls to look similar on every website page? I.e. very similar what I can do with theme's skin for asp.net controls.
E.g. have all DatePickers with the parameters below.
<telerik:RadDatePicker runat="server" Width="140px"
    DateInput-EmptyMessage="mm/dd/yyyy" MinDate="2000-01-01">
</telerik:RadDatePicker>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 29 Apr 2014, 09:55 AM

Hi,

I believe that the most suitable approach for predefining certain control properties are the ASP Themes: http://msdn.microsoft.com/en-us/library/vstudio/ykzx33wh(v=vs.100).aspx. Since our controls inherit from System.Web.UI.WebControls.WebControl, the ASP Themes work with our controls as well.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
miksh
Top achievements
Rank 1
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or