Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
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,