PE
Person
May 18, 2007 08:56 AM UTC
Hi,
I would like to know if it is possible to set the grid as non-editable while having some column cells are editable?
I know
gridGroupingControl1.TableDescriptor.AllowEdit = false;
can be used to set the grid to be non-editable.
Many Thanks.