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

RadAjaxManager has debugging response.writes??

1 Answer 152 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 31 Jul 2008, 02:52 AM
Hi

I'm using 2008.2

I have a RadGrid inside an asp:Panel which I hide and unhide using a RadAjaxManager.

When I update a checkbox to update the RadGrid (id: rgInventoryPanel) through the RadAjaxManager, I get text above and below the RadGrid.

This is what I get:

7025|updatePanel|rgInventoryPanel|
{RadGrid is here}
|

Can someone please help me with preventing this extra info displaying on my page?

EDIT: I accidentally had the RadGrid wrapped in a RadAjaxPanel, I took that out and all ok now. But I might need the RadAjaxPanel later for sorting the RadGrid etc...

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 31 Jul 2008, 05:45 AM
Hello Michael,

This might indeed happen in case a control is ajaxified/updated by different AJAX controls. Please use a single RadAjaxManager only. You can replace the AJAX Panel with an ASP:Panel adding Panel -> Panel AJAX Manager setting instead.

Regards,
Konstantin Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Michael
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or