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

Refresh Parent form and maintain the Tab Selection

0 Answers 55 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Palanivelrajan
Top achievements
Rank 1
Palanivelrajan asked on 29 Oct 2013, 11:16 AM
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





No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
Palanivelrajan
Top achievements
Rank 1
Share this question
or