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

standard customising

1 Answer 22 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dave Scott
Top achievements
Rank 1
Dave Scott asked on 10 May 2010, 06:19 PM
Hi & sorry if this is obvious but...

what 's the best approach to creating "standard" customised controls?
In particular I'd like to create a standard tooltip that I'll use throughout my site and it will always use particular settings the same way e.g.:

Animation="Slide"       
Width="240px"
HideDelay="300"  
ShowDelay="300"
 AnimationDuration="300"
Position="MiddleRight"   etc....

Can I overide a standard class or somethng? if so is there something anyone can point me to that explains how this works?
Many thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 11 May 2010, 04:15 PM
Hello Dave,

Usually such customization across different pages and/or controls is achieved by means of ASP.NET themes.

http://msdn.microsoft.com/en-us/library/ykzx33wh.aspx

Note that an ASP.NET theme skin is a different thing from a RadControl skin. The RadControl skin is a collection of CSS rules and related background images, while the ASP.NET skin is a collection of property settings.

Greetings,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Dave Scott
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or