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

jquery.tmpl and ASP.NET AJAX

2 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jesper Krejberg Petersen
Top achievements
Rank 2
Jesper Krejberg Petersen asked on 30 May 2011, 11:17 AM

Hi.

 

I know this is a general asp.net question, but I think it's very relavant here:

 

Is there a way to use <telerik:??? serverside controls in a jquery template.

 

Ex: A guestbook with comments to each entry.

 

If I create a set of nested templates for the messages and comments, I would like to use a "Comment" RadButton in the messages template so that each entry would have a "Comment" button. And.. maybe a rating control.

I just can't see how I can use anything but HTML.controls in my  templates.

Is there a solution to that.

Thanks
/Jesper

2 Answers, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 30 May 2011, 01:26 PM
Hi 6-shooter,

There is no means to use our AJAX controls inside jQuery client templates because our components are ASP.NET server controls. The rely on server initialization and cannot be instantiated purely on the client as html controls.
 
For your scenario the only possible option is to use a standard html button and place RadFormDecorator on the same page to style it according to the embedded skin you specify for the FormDecorator control.

Regards,
Sebastian
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jesper Krejberg Petersen
Top achievements
Rank 2
answered on 30 May 2011, 01:38 PM
I was afraid you'd say that :)

Thank you..

/Jesper
Tags
General Discussions
Asked by
Jesper Krejberg Petersen
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Jesper Krejberg Petersen
Top achievements
Rank 2
Share this question
or