How to make a grid as Read only Grid ?

Hi

I am using Syncfusion Grid, How to make this as read only / disable editing ?

Cheers,
Ajith

1 Reply

AS Athiram S Syncfusion Team May 29, 2013 11:14 AM UTC

Hi Ajith,

Thanks for your interest in Syncfusion Products.

We can disable a grid by handling the following code:

gridcontrol1.Enabled=False;

Please let me know if you have any concerns.

Regards,
Athiram S

Loader.
Up arrow icon