Hello,
I have a page which has a grid and one button when i click on that button then a RadPopUp is opened. now i want when i close the popup then previous page grid rebind.
I have done this in my other page using radajaxmanager's ajaxRequest.
but here i am getting problem that all of my pages that are controls (.ascx) are being opened in loadpage.aspx and this contains a RadAjaxManager on it i am opening a popup in it which has that grid which i want to update and now in this popup i am opening another popup and now i want to want the above functionality. if i put the RadAjaxManager on the page that has grid then it gives one error
"Only one instance of RadAjaxManager can be added to the page!"
please tell me that how can i Rebind the grid using RajAjaxManagerProxy or any other way with out ajaxmanager ajaxrequest.
Thanks.
I have a page which has a grid and one button when i click on that button then a RadPopUp is opened. now i want when i close the popup then previous page grid rebind.
I have done this in my other page using radajaxmanager's ajaxRequest.
but here i am getting problem that all of my pages that are controls (.ascx) are being opened in loadpage.aspx and this contains a RadAjaxManager on it i am opening a popup in it which has that grid which i want to update and now in this popup i am opening another popup and now i want to want the above functionality. if i put the RadAjaxManager on the page that has grid then it gives one error
"Only one instance of RadAjaxManager can be added to the page!"
please tell me that how can i Rebind the grid using RajAjaxManagerProxy or any other way with out ajaxmanager ajaxrequest.
Thanks.