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

Creating wrappers for rad controls

1 Answer 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
iggy
Top achievements
Rank 1
iggy asked on 04 Dec 2010, 12:31 AM
Is there a way to create my own server control that encapsulates the rad controls? I'd like to use it by doing something like this:

<mycontrols:window /> that encapsulates the rad window?

Do I have to pretty much copy the rad window code and add my own logic or is there any easier way?

1 Answer, 1 is accepted

Sort by
0
Vinkel
Top achievements
Rank 1
answered on 06 Dec 2010, 10:12 AM
Why not, if you inherit the telerick control as with any other asp.net server control? Search in the msdn tutorials for that, I found this one:
http://msdn.microsoft.com/en-us/library/aa310915(VS.71).aspx

-J
Tags
General Discussions
Asked by
iggy
Top achievements
Rank 1
Answers by
Vinkel
Top achievements
Rank 1
Share this question
or