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

TabStrip, MultiPage and Gridview HELP

3 Answers 99 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 19 May 2008, 07:43 PM
I am Dynamically writing out the tabs and multipage Views.  I am adding a gridview to the pageview.  I can not see the rendered gridview on the screen, however if I view the source from the browser I am able to see that the gridview was writted to the browser.  How can I fix this so I will be able to view the gridView?

Thanks

Randy 

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 20 May 2008, 12:41 PM
Hi Randy,

Have you set the MultiPageID property of the tabstrip control to point to the multipage's ID? If yes, please paste here some code snippet so we can examine your code.

Thanks,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Anthony
Top achievements
Rank 1
answered on 04 Jun 2008, 11:18 AM
I have a similar problem, but I am using a RadGrid.

I have two tabs and two corresponding multiview pages,  both have RadGrids in them.

When the page loads, the first tab is empty. When I click the other tab it appears as it should with the RadGrid. When I click back to the first tab, then it also displays the RadGrid as it should.

In summary, it the Multipage view doesn't display anything when the page is loaded, but works after I change pages.
0
Paul
Telerik team
answered on 04 Jun 2008, 11:26 AM
Hello Anthony,

You should set the SelectedIndex property to the multipage control too.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Randy
Top achievements
Rank 1
Answers by
Paul
Telerik team
Anthony
Top achievements
Rank 1
Share this question
or