gridControl property

I am using custom control derived from syncfusion gridControl.Once i set the readonly property i can''t change it again.

1 Reply

AD Administrator Syncfusion Team June 7, 2005 09:53 AM UTC

To change things from code after setting ReadOnly trye, you must first set grid.IgnoreReadonly = true, make your changes and set IgnoreReadOnly back to false.

Loader.
Up arrow icon