Dear Telerik Team,
I have requirement to call popup from a form that has "Telerik:RadTabStrip".
Each Tab has Add/Edit HTML button and One Telerik Rad Grid that display list of record, on Add/Edit click, It open one popup using window.open(). On save button click of Popup window, it should refresh and maintain the Tab which was in selection before opening the popup.
Here I could not refresh the parent form. we used the following code to refresh when the parent form has no "Telerik:RadTabStrip".
window.opener.location.href = window.opener.location;
window.opener.document.forms[0].submit();
window.opener.location return "null" when parent form has "Telerik:RadTabStrip".
we tried alternate to refresh and display the parent form by response.redirect but it always keep the first Tab selected instead of previously selected Tab. is there work around to select the Tab through program/code either client side or server side.
Kindly Guide us to resolve this issue.
Thanks and Regards
Palanivelrajan
I have requirement to call popup from a form that has "Telerik:RadTabStrip".
Each Tab has Add/Edit HTML button and One Telerik Rad Grid that display list of record, on Add/Edit click, It open one popup using window.open(). On save button click of Popup window, it should refresh and maintain the Tab which was in selection before opening the popup.
Here I could not refresh the parent form. we used the following code to refresh when the parent form has no "Telerik:RadTabStrip".
window.opener.location.href = window.opener.location;
window.opener.document.forms[0].submit();
window.opener.location return "null" when parent form has "Telerik:RadTabStrip".
we tried alternate to refresh and display the parent form by response.redirect but it always keep the first Tab selected instead of previously selected Tab. is there work around to select the Tab through program/code either client side or server side.
Kindly Guide us to resolve this issue.
Thanks and Regards
Palanivelrajan