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

Multipage & inner controls not showing.

1 Answer 33 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 29 Jul 2010, 08:40 AM
Hi 

I have a standard scenario where I have a Tabstrip and Multipage on a page, the Tabstrip controls the navigation between the multipageviews - all working nicely great!

Inside one of my pageviews I have a RadChart, this chart has drilldown functionality wired up to onClick event of the chart bars, what should happen on clicking a bar it should hide the chart and display a panel (standard asp.net panel) with some more detailed information.

Simplified version of my event handler:

protected void RadChart1_OnClick(object sender, ChartClickEventArgs e)
{
   RadChart1.Visible = false;
   Panel1.Visible = true;
}

However Panel1 does not appear, despite being set to visible. I have tried changing the Multipageview property to RenderSelectedPageOnly="true" as I can see it may have something to do with how controls are being rendered but I get the same effect.

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Aug 2010, 03:00 PM
Hello Tim,

The provided information is not enough for us to reproduce the issue. Do you have RadAjaxManager on the page? If that's the case, may be you should add additional settings for this. Please send us some simple code so that we can help you.

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
Tim
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or