Grid ClipMode.ElipsisWithTooltip not working on Dialog

Hey everyone,

 

I recently encountered an issue while using the ClipMode.ElipsisWithTooltip feature within a dialog. The problem arises when I try to apply the ClipMode.ElipsisWithTooltip property to a grid inside a dialog. Unfortunately, it seems that the tooltip functionality stops working when the grids is inside the dialog.

 

The code worked perfectly when used outside of a dialog, but as soon as I integrated it within a dialog, the tooltips ceased to function and no errorr where found in console.


Thanks in advance for your time and assistance!

Best regards,



1 Reply

BL Balamurugan Lakshmanan Syncfusion Team July 13, 2023 06:30 AM UTC

Hi Nuno,


Greeting from Syncfusion support.


From your query, we understand that you are facing the issue when try to apply the ClipMode.ElipsisWithTooltip property to a grid inside a dialog. We suggest you to add the below style in your application will display the tooltip. Please refer the attached code snippet and reference link to resolve your issues.


<style>

    .e-tooltip-wrap {

        z-index: 1002;

    }

</style>


 Reference Link : https://www.syncfusion.com/forums/161332/how-to-display-the-tooltip-when-using-datagrid-inside-the-dialog-component

Please get back to us if you have further queries.


Regards,

Bala.


Loader.
Up arrow icon