We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ClipMode.ElipsisWithTooltip not working

I have grid where I am not able to get theClipMode.ElipsisWithTooltip to work.
the following:
col.Field("CP1").HeaderText("Plan1").Tooltip("#colTip").ClipMode(ClipMode.Clip).Width(100).Add();
Will produce the column (cliped at the specified width) and provide the tooltip as desired.
Using the following:
col.Field("CP1").HeaderText("Plan1").Tooltip("#colTip").ClipMode(ClipMode.EllipsisWithTooltip).Width(100).Add();
will produce the Ellipsis but the tooltip will not function.
Likewise:
col.Field("CP1").HeaderText("Plan1").Tooltip("#colTip").ClipMode(ClipMode.Ellipsis).Width(100).Add();
will produce the Ellipsis but the tooltip will not function.

1 Reply

SA Saravanan Arunachalam Syncfusion Team October 2, 2017 06:50 AM UTC

Hi Scott, 
Thanks for contacting Syncfusion’s support. 
We are sorry that we are unable to reproduce your reported issue and we have created a sample that can be downloaded from the below link. 
We suspect that you have used improper template id or you have not defined the template for the tooltip which may be the cause of the issue. So, we suggest you to ensure the id of template defined in the Tooltip property of Grid’s Columns properly and also refer to the below UG document link. 
Regards, 
Saravanan A. 


Loader.
Live Chat Icon For mobile
Up arrow icon