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.
KGKeerthana Ganesan Syncfusion Team August 8, 2022 11:46 AM UTC
Hi Emil Emilsson,
We have analyzed your query and suggest you style the .e-cellselectionbackground CSS class to overcome the issue. Kindly refer to the
attached code snippet, output screenshot, and solution file for your reference.
<style>
.e-grid .e-rowcell.e-cellselectionbackground {
text-decoration: line-through;
}
</style>
Kindly get back to us if you have any further queries.