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

RadAjaxManager issue

5 Answers 88 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
usr9999
Top achievements
Rank 1
usr9999 asked on 13 Aug 2010, 07:26 PM

I am using RADSplitter. On my page I have header which is not part of the splitter.

In the splitter, I have 2 pans. Main pan is for data entry which has RadTabStrip and RadMultipageView and a RadGrid.  Right pan holds RadPanelBar which is being used as menu. 

I have wrapped all header, mainpan and rightpan in 3 separate AJAXPanels and also attached LoadingPanel.  Basically, when user chooses an option from RightPan (RadPanelBar), I would like to perform database action and show the changes in header and mainpan.  The code works fine. I could even see the changes in debug mode but the changes are not being reflected on the screen.  The changes are there when I hit refresh option on the browser.

Is there any limit on the number of page elements that a AjaxPanel can hold?  Please let me know what am I doing wrong?

The following is my AjaxSetting. 
<telerik:AjaxSetting AjaxControlID="RightPanRadAjaxPanel">
    <UpdatedControls>
          <telerik:AjaxUpdatedControl ControlID="MainPanRadAjaxPanel" LoadingPanelID="RadAjaxLoadingPanel1" />
          <telerik:AjaxUpdatedControl ControlID="HeaderRadAjaxPanel" />
    </UpdatedControls>
</telerik:AjaxSetting>

Thank you in advance.

5 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 13 Aug 2010, 08:38 PM
I don't think you're supposed to use RadAjaxManager with RadAjaxPanel as the updated control. Try replacing the RadAjaxPanels with asp Panels and see if that works better.

I hope that helps.
0
usr9999
Top achievements
Rank 1
answered on 18 Aug 2010, 05:28 PM
I tried it but still has the same issue. Not sure what i am missing?
0
Pavlina
Telerik team
answered on 19 Aug 2010, 03:18 PM
Hello,

The provided information is not enough for us to fully understand your scenario. Can you post some sample code?

Additionally, keep in mind that we highly recommend avoid working with the RadAjaxManager and RadAjaxPanel controls at the same time. You can refer to the help topic below for more information:
http://www.telerik.com/help/aspnet-ajax/ajxcontrolsinajaxpanelandajaxsettings.html

Kind regards,
Pavlina
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
0
usr9999
Top achievements
Rank 1
answered on 19 Aug 2010, 03:23 PM
I will go through the link and will provide the sample code for your reference. I have another issue which was specified in "RadAjaxManager - Stop running this script issue " . I will try to reflect the code so that both issues can be addressed.
Thank you for your reply.

0
Pavlina
Telerik team
answered on 23 Aug 2010, 04:32 PM
Hi usr9999,

To avoid duplicate posts, I suggest that we continue our communication in the other forum post you have opened.

Best wishes,
Pavlina
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
usr9999
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
usr9999
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or