AllowEditGrid Property

Returns/Sets whether or not to allow users to edit values in the grid.


Syntax

object.AllowEditGrid [=  value ]

The syntax of the AllowEditGrid Property has these parts:

PartDescription
objectA DGrid control.
value   A boolean expression that determines if the user can edit values in the grid (True), or cannot (False).

Remarks

If this property is changed after a recordset is loaded, call the Refresh method to reset the grid.

Data Type

Boolean