[Sv] - Tooltip display problem?
Hi,


Use tooltip to display data that works well for the first time, but after doing something, it displays after the form even completely obscured..
Please give me a sample file about the tooltip. maybe I'm missing something.
Thanks!
1.
2,
Thanks you!
SIGN IN To post a reply.
9 Replies
VS
Vijayarasan Sivanandham
Syncfusion Team
May 21, 2020 07:36 AM UTC
Hi Khanh Dang,
Thank you for contacting Syncfusion support.
We have prepared the sample for Showing ToolTip in SfDataGrid. Please refer the below sample link for more details,
Sample Link: https://www.syncfusion.com/downloads/support/forum/154437/ze/Sample281808180
Thank you for contacting Syncfusion support.
We have prepared the sample for Showing ToolTip in SfDataGrid. Please refer the below sample link for more details,
Sample Link: https://www.syncfusion.com/downloads/support/forum/154437/ze/Sample281808180
Regards,
Vijayarasan
Vijayarasan
TG
The GridLock
May 21, 2020 09:34 AM UTC
Hi Vijayarasan,
temporarily I have not been able to find the cause, after comparing with your sample maybe the difference is that I use hide(doing something) then show form (not sfform), and then the tooltip is no longer displayed in front.
Should I find a way to dispose and create a new tooltip after displaying the form?
VS
Vijayarasan Sivanandham
Syncfusion Team
May 22, 2020 06:12 PM UTC
Hi Khanh Dang,
Thanks for the update.
Your requirement can be achieved by set the true value for ShowToolTip property in SfDataGrid. Please refer the below code snippet,
Thanks for the update.
Your requirement can be achieved by set the true value for ShowToolTip property in SfDataGrid. Please refer the below code snippet,
|
btnShowToolTip.Click += BtnShowToolTip_Click;
private void BtnShowToolTip_Click(object sender, EventArgs e)
{
//Show the tooltip for header column
sfDataGrid.ShowHeaderToolTip = true;
//Show the tooltip for cell values
sfDataGrid.ShowToolTip = true;
} |
You can customize the tooltip by using ToolTipOpening event in SfDataGrid. Please refer the below user documentation for more details,
UG Link: https://help.syncfusion.com/windowsforms/datagrid/interactivefeatures#change-the-display-text-for-a-cell
Regards,
Vijayarasan S
UG Link: https://help.syncfusion.com/windowsforms/datagrid/interactivefeatures#change-the-display-text-for-a-cell
Regards,
Vijayarasan S
TG
The GridLock
May 24, 2020 05:25 PM UTC
Hi Vijayarasan,
I will try it soon.
SA
Saravanan Ayyanar
Syncfusion Team
May 25, 2020 12:57 PM UTC
Hi Khanh Dang,
Thanks for the update.
We will wait to hear from you.
Regards,
Saravanan A.
TG
The GridLock
June 11, 2020 10:18 PM UTC
Hi,
After dropping the topmost, it finally worked. However I still need topmost with the form. Hope you can check this out.
VS
Vijayarasan Sivanandham
Syncfusion Team
June 12, 2020 04:48 PM UTC
Hi Khanh Dang,
Thanks for the update.
We are unable to understand your query. Can you please provide the more information related to your query.
It will be helpful for us to check on it and provide you the solution at the earliest.Thanks for the update.
We are unable to understand your query. Can you please provide the more information related to your query.
Regards,
Vijayarasan S
TG
The GridLock
June 13, 2020 08:41 AM UTC
Hi, Vijayarasan
Temporarily, I activated windows manually instead of topmost, and now it has worked.
VS
Vijayarasan Sivanandham
Syncfusion Team
June 15, 2020 06:20 AM UTC
Hi Khanh Dang,
Thanks for the update.
We are glad to know that the reported problem has been resolved at your end. Please let us know if you have any further queries on this. We are happy to help you😊.
Regards,
Vijayarasan S
SIGN IN To post a reply.
- 9 Replies
- 3 Participants
-
TG The GridLock
- May 20, 2020 08:35 AM UTC
- Jun 15, 2020 06:20 AM UTC