Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
I have a scenario with radtooltipmanager on master which autottoltiptifies certain area.
Furthermore there is a Tooltipmanager on the page which takes care of tooltips in a Radgrid.
When combined something seems to go double, see attached screenshot.
What would be the best way to implement?
Marc
Hi Marc,
That's probably caused by mixed render modes: http://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/skins-troubleshooting#incorrect-or-distorted-appearance.
You should try setting the RenderMode of both TooltipManagers and all standalone Tooltip instnaces on the page to Lightweight, for example: http://docs.telerik.com/devtools/aspnet-ajax/controls/tooltip/mobile-support/render-modes. Regards,