AD
Administrator
Syncfusion Team
April 23, 2004 12:12 PM UTC
We''ll get that fixed.
Thanks,
Stefan
>I am using the 2.0.5.0 release and I need to make my grouping grid readonly. The following three lines seem to have no effect.
>
>this.tableControl1.TableDescriptor.AllowEdit = false;
>this.tableControl1.TableDescriptor.AllowNew = false;
>this.tableControl1.TableDescriptor.AllowRemove = false;