How to let some columns of GridGroupingControl be editable?

I want to some columns of GridGroupingControl to be editable and others are not. How to implement this requirement? My syncfusion is version 3.0.1.0. Is there any sample projects?

1 Reply

AD Administrator Syncfusion Team November 4, 2005 02:49 PM UTC

Try setting: grid.TableDescriptor.Columns["colName"].Appearance.AnyRecordFieldCell.ReadOnly = true; // false depending upong the column name

Loader.
Up arrow icon