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

External JavaScript .js files and RadAjaxManagerProxy issue.

1 Answer 74 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Oleksandr
Top achievements
Rank 1
Oleksandr asked on 15 Jun 2010, 04:05 PM
Hi,

In my project I have a master page with RadWindowManager control as a modal pop-up. Also I have a content page with external JavaScript file attach to it and RadAjaxManagerProxy (controls the button and updates textbox when the button gets clicked). When the content page loads up for the first time it creates dynamic JavaScript function to open-up pop-up window when user clicks an image. After user selected a value in pop-up window and closed it a function from external JavaScript file (the one attached to content page) gets called and updates values in textbox.
Now, when I click on the button controlled by RadAjaxManagerProxy the textbox value is updated, as it suppose to. But from now on when I call the pop-up window and select a new value for textbox the function from external JavaScript file never gets called.

Any ideas on what the issue here and how to resolve this?

Best regards,
Oleksandr

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 16 Jun 2010, 04:41 PM
Hello Oleksandr,

Try referencing the external js code file in the content page Head content place holder and then set the RadAjaxManager EnablePageHeadUpdate property to false.
If the issue persists, send us the problematic pages for further research.

Regards,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Oleksandr
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or