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

RadAJAX Manager working with RadMenu RadTree RadComboBox

1 Answer 45 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
trent
Top achievements
Rank 1
trent asked on 20 Apr 2011, 04:54 AM
Hi all,
I've building a doucment management system, so i"ve got a menu RadMenu on the top, a RadTreeVew on the left and AsP list view on the right

The listview has Radbuttons for each file and folder and via Javascript I've got the click and Double click events to fire.

On the double click I make a AJAX REquest using the code below passing in a string arguement and reload the ListView. 

function InitiateAjaxRequest(RadAjaxManagerID,arguments) {
var ajaxManager = $find(RadAjaxManagerID);
ajaxManager.ajaxRequest(arguments);
}

After the AJAX Request completes all Telerik scripts stop working,the RadTree,RadMenu and RadComboBox top working.

any ideas?

 

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 25 Apr 2011, 04:18 PM
Hello Trent,

Based on the supplied information, it is hard to determine what is causing the issue.

Please provide more information on how you handle the AJAX request and make sure that there are no javascript mistakes.

Sending us a sample project will be highly appreciated.

Best wishes,
Mira
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
Ajax
Asked by
trent
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or