AD
Administrator
Syncfusion Team
March 11, 2005 10:23 PM UTC
You should try setting the style.TriState property for that column.
GridStyleInfo style = this.gridGroupingControl1.TableDescriptor.Columns["boolCol"].Appearance.AnyRecordFieldCell;
style.TriState = true;
style.CellType = "CheckBox";