The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
JRJohn Rajaram Syncfusion Team October 9, 2018 07:27 AM UTC
Hi Tomasz,
Greetings from Syncfusion.
We are unable to predict your requirement about the Gantt Stripline support. Can you please share us the proper screenshot regarding your query?
Regards,
John R
TTTomasz TomczykiewiczOctober 9, 2018 09:52 AM UTC
I want to get rid of the tooltip (marked in red in the screenshot) when I hover the stripline. Attachment: tooltip_60f8a2eb.zip
JRJohn Rajaram Syncfusion Team October 10, 2018 09:50 AM UTC
Hi Tomasz,
Thanks for the update.
We have prepared the work around with mouse pointer CSS for disabling the stripe line tooltip as per the requirement. Please find the code example below:
<style>
.e-ganttchart.e-stripline {
pointer-events: none;
}
</style>
We have also prepared the sample based on this. Please find the sample from below location.