Sets Grid editing flags.

Syntax

ISGrid.InitialiseEditing(allowAddNew, allowDelete, allowUpdate, allowRowMove, autoDelete, autoDeleteWarning, [refreshStyles])

Parameters

NameTypeOptionalByRefDescription
allowAddNew Boolean Indicates whether this Grid supports adding new rows.
allowDelete Boolean Indicates whether this Grid supports deleting rows.
allowUpdate Boolean Indicates whether this Grid allows editing of rows.
allowRowMove Boolean Indicates whether Row moving should be allowed. The Virtual Class must inherit from ISMoveableCollectionBase to allow Row Moving.
autoDelete Boolean Indicates whether Auto Deletion of items in the Virtual Class should occur. This Virtual Class must support the RemoveAt method for this to work.
autoDeleteWarning Boolean Indicates whether a Warning should be given when Auto Deleting items in the Virtual Class. The Virtual Class must implement the I_ISDeleteWarning interface for this to work.
refreshStyles Boolean Optional If omitted, a value of False is assumed.
Member of:
ISGrid
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0