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

AjaxPanel used with "legacy" mode

5 Answers 36 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ron Boehm
Top achievements
Rank 1
Ron Boehm asked on 19 Jul 2010, 07:15 PM
Our website needs to use:

<xhtmlConformance mode="Legacy" />

in the system.web section of our web config file.

I was not able to get the AjaxPanel to work when this is on.  Setting it to "transitional" or "strict" cause the panel to work nicely.  Unfortunately, changing this seetting at this time is not a choice for us.  Is the another way to make this work?

5 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 20 Jul 2010, 12:42 PM
Hello Ron Boehm,

Could you please test the application by using regular asp UpdatePanel instead of RadAjaxPanel and let me know if it makes any difference. You could also review the following blog post for more information on this matter.


Sincerely yours,
Maria Ilieva
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
Ron Boehm
Top achievements
Rank 1
answered on 20 Jul 2010, 04:38 PM
So far I have failed trying to get Updatepanel to compile into my program.

I tested the problem by setting <xhtmlConformance mode="Legacy" /> in the web.config in the demo solution.

This fails the same way my application does.

Isn't that sufficient for you to determine if your ajaxpanel will work in legacy mode?


Are you saying that if I succeed in adding UpdatePanel to my app, then I do not need to use your ajaxpanel?

0
Maria Ilieva
Telerik team
answered on 22 Jul 2010, 01:38 PM
Hello Ron,

The results of usage of asp UpdatePanel will help us determine if this is generic ASP problem or is directly related with RadAjax. I suppose that the problem is general with the asp Ajax and as our controls are build on its top it will appear with RadAjax also.


Sincerely yours,
Maria Ilieva
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
Ron Boehm
Top achievements
Rank 1
answered on 22 Jul 2010, 01:56 PM
As I said, I have been unable to figure out how to add UpdatePAnel to my code.

I also stated that this failure can be easily seen in your demo code.

Can't you try UpdatePanel and see the results?

if your stuff is built on UpdatePanel, then unlike me, you should be able to easily do this test.

0
Maria Ilieva
Telerik team
answered on 26 Jul 2010, 11:31 AM
Hi Ron,

After testing the mentioned setting with regular asp UpdatePanel the same problems are observed. It seems that the legacy mode is not fully compatible with ASP Ajax. Please review the following post for more information on this matter.


Sincerely yours,
Maria Ilieva
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
Ron Boehm
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Ron Boehm
Top achievements
Rank 1
Share this question
or