Hi ALL,
Let me tell you my current flow and what i want to do.
I have one parent page with link as "Add New" and RadGrid, when user click on link radwindow will get open.
User will fill up the details and click on save button, record will get save into DB and want to refresh the RadGrid on parent page.
I have used RadAjaxManager on parent page to call radajaxrequest to refresh the grid.and update that particular grid only,
But on same page i have to maintain history.back functionality on cancel button, whenever ajaxrequest get fire page will get postback.so when user click on cancel button user will stay on same page rather than previous page.
Can you please help me out to refresh the parent page grid without any postback, so i can mange window.history on cancel button.
Let me tell you my current flow and what i want to do.
I have one parent page with link as "Add New" and RadGrid, when user click on link radwindow will get open.
User will fill up the details and click on save button, record will get save into DB and want to refresh the RadGrid on parent page.
I have used RadAjaxManager on parent page to call radajaxrequest to refresh the grid.and update that particular grid only,
But on same page i have to maintain history.back functionality on cancel button, whenever ajaxrequest get fire page will get postback.so when user click on cancel button user will stay on same page rather than previous page.
Can you please help me out to refresh the parent page grid without any postback, so i can mange window.history on cancel button.