Hi Danyelle,
Thanks for contacting Syncfusion support.
Based on your requirement, you want to show the tooltip on ellipsis cell in the Grid. By default, if the cell content width exceeds the column width, then ellipsis will be shown in the cell.
You can show the tooltip on this ellipsis cell by setting clipMode as EllipsisWithTooltip to that column.
[index.cshtml]
col.Field("Item").HeaderText("Item").ClipMode(Syncfusion.EJ2.Grids.ClipMode.EllipsisWithTooltip).Width("150").Add();
|
Please get back to us if you need further assistance with this.
Regards,
Rajapandiyan S