AxpDataGrid

AxpDataGrid.EditPerformUpdates Property

Whether the grid should issue database Insert, Update and Delete commands or not.

[Visual Basic]
Public Property EditPerformUpdates As Boolean
[C#]
public bool EditPerformUpdates {get; set;}

Property Value

true if the grid should issue database Insert, Update and Delete commands, false otherwise. Default is true.

Remarks

Set to False if you want AxpDataGrid to create the necessary Forms and user interface, but NOT perform any database updating. You can then handle the form requests yourself for custom database updates. Please note that you MUST specify SQL statements to enable Edit Form display, even if your grid datasource is set manually.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace