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

Tabs render incorrectly on submit from child form

1 Answer 40 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Marc Plaxton-Harrison
Top achievements
Rank 1
Marc Plaxton-Harrison asked on 05 Aug 2010, 07:51 AM
I have a parent form that has a tree view and tabstrip on one panel and a radgrid on another panel.
A child window is opened on a button click that contains a grid to search for items to add to the first grid.
When  a selection is made I run the following javascript to update the parent:
    

string

 

contactScript1 = "window.opener.document.forms(0).submit();";

 

 

ScriptManager.RegisterStartupScript(Page, Page.GetType(), "Update", contactScript1, true);

 



My problem is here with the tab strip.
The tab align vertically and the background and text dissapear.

How can I fix this?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 09 Aug 2010, 01:41 PM
Hello Marc Plaxton-Harrison,

Could you please try to isolate this issue in a simple runnable page and send it to us? You should open a support ticket and attach it there. Thanks in advance

Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabStrip
Asked by
Marc Plaxton-Harrison
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or