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.
Hello.
The question is:
For GridGroupingControl, how to identify that boolean field has null value instead of false ?
For example, in standart DataGrid there was third-state checkbox.
Thank you.
ADAdministrator Syncfusion Team June 22, 2004 06:30 AM UTC
You set the GridStyleInfo.TriState property for that column.
this.gridGroupingControl1.TableDescriptor.Columns["Deleted"].Appearance.AnyRecordFieldCell.TriState = true;