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

The problem of the radchart in the asp:panel

1 Answer 40 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 16 Apr 2010, 12:40 PM
I can not use a radchart in my panel.
I want to use three radchart in a panel.But the radchart is always on the top of the panel,not in the panel.

The scrollbar can not control the radchart.
I am using IE7.0,8.0.It is no problem in Firefox and Chrome.


Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 19 Apr 2010, 11:28 AM
Hello Shin Tei,

Please, find below my answer, provided in the support ticket you have started:

This is a known issue in Internet Explorer with relatively positioned content within a scrollable container. You can find a demonstration here (check the page with IE6/7 and then with Firefox to see the difference). The fix would be to set "position:relative" to the container, in this case this is the panel:

<asp:Panel ID="Panel1" runat="server" ScrollBars="Both" Width="600" Height="300" Style="position:relative">


Please, keep the correspondence in a single thread so we can easily keep track of the message history. Thank you.

Sincerely yours,
Ves
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
Chart (Obsolete)
Asked by
Allen
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or