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.
I'd like to strikethrough an entire row based on a boolean value, using a styleSelector I'd normally use the textDecoration property, but the type VirtualizingCellsControl doesn't seem to have that property.
SRSivakumar R Syncfusion Team November 12, 2015 02:08 AM UTC
Hi François,
Please find the sample from below location where strikethrough applied using RowStyleSelector. http://www.syncfusion.com/downloads/support/forum/121097/ze/SfDataGridFiltering-265271017
Note: We have override GridCellTextBoxRenderer to make this work in the sample. You have to make use of the GridCellTextBoxRendererExt in the sample in your application also.