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

Dundas chart falls out of Pane

1 Answer 37 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Robin Lilly
Top achievements
Rank 1
Robin Lilly asked on 02 Sep 2008, 08:32 PM
I have a Dundas Chart in a middle pane. When the Dundas chart has Ajax for chart display set up it can fall out of the pane when the chart is larger than the pane. See the image http://www.robinlilly.com/docs/dundastelerik.jpg 

I have created to examples showing this without Dundas Ajax on and with Dundas Ajax off. Download the examples at http://www.robinlilly.com/docs/TelerikDundasSplitter.zip

I have submitted this to Dundas also, but belive it is Teleriks issue.

Robin

1 Answer, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 05 Sep 2008, 03:50 PM
Hi Robin Lilly,

The problem you experience is due to the positioning and the overflow settings of the elements. Our suggestion to resolve the problem is to add the following setting to the div html element you use as a container of the Dundas chart and set the Scrolling property of the parent splitter's pane to None:
<div style ="padding:5px; position:relative; overflow:auto; height:98%;">  
...  
</div> 
Let us know if you need further assistance.

All the best,
Sophy
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Robin Lilly
Top achievements
Rank 1
Answers by
Sophy
Telerik team
Share this question
or