Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
Custom Tooltip on the Grid conflicting with Grid's Tooltip
posted

Using the Tooltip manager I have written a custom tooltip component for all our wingrid. There all the grids we have columns (Guid Type and others) where the column width is very small. When I mouse over a cell, the tooltip component triggers perfectly. But the Grid's tooltip is also trigger.

Eg: If I mouse over a cell where I have hidden a guid value and placed an image as a background, a tooltip pops up, expanding from the cell and displays the whole value of the cell. I want to capture this event and stop it.

This is actually becoming a bigger problem when we are bringing in text data types and it displays the tooltip through the component and grids tooltip with the data in the cell together.

Parents Reply Children
No Data