We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridGroupingControl: How to show null-boolean ?

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.

1 Reply

AD Administrator 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;

Loader.
Live Chat Icon For mobile
Up arrow icon