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

Telerik and no ajax?

5 Answers 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
e
Top achievements
Rank 2
e asked on 27 Apr 2011, 12:05 AM
I'd like to use the RadMenu with our search engine appliance from Adobe (ie. Omniture). Typically search engines don't support ajax well. How can I configure RadMenu manually to not require ajax?


Eric

5 Answers, 1 is accepted

Sort by
0
Accepted
Veronica
Telerik team
answered on 27 Apr 2011, 02:13 PM
Hi e,

Basically RadMenu is created and implemented so that only ajaxified web sites can use it. That's why it belongs to the ASP.NET AJAX Suite. If you need to use it for search engines that don't support Ajax then you need to use the ASP.NET Classic Suite and use the RadMenu from there.

Kind regards,
Veronica Milcheva
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
e
Top achievements
Rank 2
answered on 28 Apr 2011, 03:19 AM

In that case, would it be possible to supply the frameworks that the controls need, but manually? For example, can I put the XmlHttpRequest object on the page and have the controls work correctly?

The problem I'm running into is that the AjaxControlToolkit creates relative urls to it's resources. But the urls need to be fully qualified for our search appliance to work. It's on it's own subdomain within our system. And we can't host any files on the search subdomain.


Eric
0
Veronica
Telerik team
answered on 29 Apr 2011, 08:48 AM
Hello e,

Could you please be more specific on what that means: "supply the frameworks that the controls need, but manually"?

Regards,
Veronica Milcheva
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
e
Top achievements
Rank 2
answered on 29 Apr 2011, 06:19 PM
I guess I was hoping you would know what was involved with that. I know if I want to do Ajax with other technologies like PHP or JSP, I would use the XmlHttpRequest object as the framework or plumbing to handle the requests.

Also, what is the licensing like for the classic version of your controls? Is there a page on your site I can see that?


Eric
0
Simon
Telerik team
answered on 02 May 2011, 10:13 AM
Hi e,

Thank you for the clarification.

In the first direction - sending a request to the page that will be handled by a RadControl - using a plain XmlHttpRequest object will do the work. However, on the way back, someone has to receive the response and update the respective control(s), which requires initializing and prior to that disposing of the control(s). This is something the AJAX framework is built for and one would have to do the same operations in order to use our controls in this peculiar setup. All in all using the XmlHttpRequest object for these purposes is not supported (whereas for smaller and simpler tasks it is perhaps better than a full-blown framework).

Then to answer your last two questions, you can find more info about the license agreement of RadControls for ASP.NET AJAX and the different packages and support options we provide here:
I hope this helps.

Best wishes,
Simon
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.

Tags
General Discussions
Asked by
e
Top achievements
Rank 2
Answers by
Veronica
Telerik team
e
Top achievements
Rank 2
Simon
Telerik team
Share this question
or