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

Third party control support

1 Answer 114 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 13 May 2013, 06:57 AM
Hi Telerik,

Does Radcontrols support other third party controls in template?

Thanks,
JC

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 May 2013, 07:08 AM
Hi JC,

Telerik RadControls for ASP.Net AJAX supports third party controls. RadControls such as RadMenu, RadComboBox etc support embedding third party controls in the Template. Please have a look at the sample provided for RadMenu.

ASPX:

<telerik:RadMenu ID="RadMenu1" runat="server">

   <ItemTemplate>    ...
//embed third party controls here.
 </ItemTemplate>
    </telerik:RadMenu>

Thanks,
Shinu.
Tags
General Discussions
Asked by
JC
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or