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

The tooltop is going behind the charts juxtaposed

1 Answer 20 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 02 May 2014, 06:34 PM
See the attached image where we are having charts next to next. The tool tip is not staying on top and is going behind the juxtaposed control. What configuration we can use to keep the tooltip always on the top.

This is a usual problem that we have...

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 06 May 2014, 08:29 AM
Hello Rajesh,

I don't know what is your current scenario but you can try to set z-index to the chart's tooltip via k-tooltip css class. Example:
<style>
   .k-tooltip {
       z-index: 1000;
   }
</style>
I think that this will help you but if it isn't could you please give me a sample project that I can examine and advice you further.

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or