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

[Solved] wierd issue with radtabs, radmultipage, and prometheus ajax manager

5 Answers 121 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Joshua Gates
Top achievements
Rank 1
Joshua Gates asked on 31 Mar 2008, 09:58 PM
I have a form within a master page.
It contains a RadtabStrip with Rad-Multi page views assigned.
In one page view i have a webusercontrol.
i ajaxed the tabs to the tabs...and the tabs to the multi-page

all teh tabs work with exception of  the one with the webusercontrol.
the web usercontrol contains a Prometheus upload and prometheus grid.
If i remove the ajax setting from the proxy manager everything works great.but i get a full page post back.

if i add in the ajax settings for the above..i get the contents of that tab ajax'd. how would i go about saying that tab contents is not ajax'd

Joshua

5 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 03 Apr 2008, 08:14 AM
Hello Joshua,

You can try Ajaxifying the whole RadtabStrip. Also, in order to rule out any improper control settings, you can nest the whole control in an AjaxPanel. Alternatively, if this does not help, you can open a formal support ticket, and send us the problematic code, in the form of a small working project, for further investigation.

Kind regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Joshua Gates
Top achievements
Rank 1
answered on 03 Apr 2008, 04:08 PM
i tried nesting the control on that one pageview in an ajaxpanel and setting its enableajax to false so that control would not have any ajax functionality...but i get js error popup saying object reference not set to instance of object...and then the control never loads...as well as the tab never gets selected.


Joshua
0
Yavor
Telerik team
answered on 04 Apr 2008, 07:45 AM
Hi Joshua,

At this point, I would suggest that you open a formal support ticket, and send us a small working project, which demonstrates the problem. We will debug it locally, and advise you further.

Kind regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jen
Top achievements
Rank 1
answered on 27 May 2008, 03:57 PM

I'm also gettting a JS popup stating that an object reference not set to an instance of an object.

This is occurring on a page I have with a RadTreeView and the RadTreeViewContextMenu.  I have a RadAjaxPanel and originally it was not surrounding the TreeView, but I tried that and I'm still getting the same problem.

If I comment out the RadAjaxManager, then everything works, just with full postbacks.  When I uncomment it, I get the JS popups.

I should also note that this is a control, ascx, file and that I'm currently working through several controls to upgrade from a previous version of RadControls.  The whole process has caused me some confusion as I feel like I'm having to dig for upgrade info from several different places so it's very possible I'm missing something.

What should I be looking for?  I'm completely stuck.

Thanks in advance for your help.

Jen

0
Jen
Top achievements
Rank 1
answered on 27 May 2008, 06:10 PM
Okay, I figured it out.  Turns out I had both the RadAjaxPanel and the RadAjaxManager on the page.  This was the original setup of this page (I'm updating the controls from a RadControls (non-ajax) so I didn't realize this was a problem.  As soon as I removed the RadAjaxManager, all seems to be working correctly.
Tags
Ajax
Asked by
Joshua Gates
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Joshua Gates
Top achievements
Rank 1
Jen
Top achievements
Rank 1
Share this question
or