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

[Solved] Problem in using telerik:RadAjaxPanel

1 Answer 108 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Raju Kumar
Top achievements
Rank 1
Raju Kumar asked on 12 May 2008, 08:15 AM
Hi,
  I am using a telerik:RadAjaxPanel in which i have a telerik:RadGrid.
I am binding a edit event of the grid like..

InHouseRadGrid.EditCommand +=

new Telerik.Web.UI.GridCommandEventHandler(RdgInHouse_EditCommand);

in a server side code.

But everytime i click on the edit button an error comes in popup like     "Sys.WebForms.PageRequestManagerParserErrorException......"

And, if i remove this telerik:RadAjaxPanel no error comes but the page get postback (which i didn't want).

Please suggest me some way.


Thanks
Raju. 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 May 2008, 11:50 AM
Hi Raju Kumar,

Could you please test your application by using regular asp UpdatePanel in opposite of the RadAjaxPanel. Please let us know if the error still appear after this change.

Best wishes,
Maria Ilieva
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Raju Kumar
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or