FlexGrid for WinForms
Disable Editing for the Entire Grid
Show AllShow All
Hide AllHide All

To disable editing for the entire grid, setting the AllowEditing property to False either in the designer or in code.

In the Designer

In the C1FlexGrid Tasks menu, uncheck the Enable Editing check box.

Alternatively, locate the AllowEditing property in the Properties window and set it to False.

In Code

Add the following code to the Form_Load event:

To write code in Visual Basic

To write code in C#

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback