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

window["grid_control_id"].AjaxRequest is not working

2 Answers 29 Views
Window
This is a migrated thread and some comments may be shown as answers.
Donald Hamm
Top achievements
Rank 1
Donald Hamm asked on 01 Dec 2009, 12:09 AM
I just upgraded my code from a previous version of Telerik to the latest.  When I began testing of previously working code, the following stopped working with 'Object doesn't support this property or method

Here is the exact line:

window["ctl00_ContentPlaceHolder1_BaseGrid_Raw_RadGrid1"].AjaxRequest('ctl00$ContentPlaceHolder1$BaseGridRaw$RadGrid1', 'RebindAndNavigate');


This worked in the previous version (RadWindow version 1.7.2.0) using RadWindow.Net2.dll

What difference are there  now?  The example appears to be the same...

Thanks!

-Don

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 01 Dec 2009, 07:23 AM
Hello Donald,

You need to change your logic so it uses the RadAjaxManager - RadGrid for ASP.NET AJAX does not use internal Ajax anymore, but is updated with RadAjax.

I believe that the following resources will be of help:
Edit Dialog for RadGrid (demo)
RadAjax Client-Side API (documentation)



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Tonino
Top achievements
Rank 1
answered on 01 Dec 2009, 01:57 PM
Hi Donald

Try using ajaxRequest (with lower case 'a').

Regards,
Tonino.
Tags
Window
Asked by
Donald Hamm
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Tonino
Top achievements
Rank 1
Share this question
or