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
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!