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

error while refreshing the radgrid

1 Answer 65 Views
Window
This is a migrated thread and some comments may be shown as answers.
Damodaran Mahadevan
Top achievements
Rank 1
Damodaran Mahadevan asked on 25 Aug 2009, 04:50 PM
Hi,

I have upgraded the telerik Controls in my application with the latest version.

I am facing few issues since then.

The following Client call is not working:

function RefreshGrid(arg)
    {
        window["<%#m_UINews.ClientID %>"].AjaxRequest('<%# m_UINews.UniqueID %>', '<%#REBIND_ARG %>');
    }

m_UINews is a RadGrid Control.

I am getting the following error while running:

function RefreshGrid(arg)
    {
         window[""].AjaxRequest('', '');
    }

Please help me if i need to change some properties or methods in the client side call to correct this.

Thanks and Regards,
Damodar

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 26 Aug 2009, 08:53 AM
Hello Damodaran,

I believe that the following demo will be of help:
Edit Dialog for RadGrid.

I would also recommend to check the documentation for RadAjaxManager for ASP.NET AJAX (online version).



Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Damodaran Mahadevan
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or