Skip Navigation

Home > Support > Developers > AS Web Forms > Component Reference > ASDataEditor Class > Properties > AllowDelete

AllowDelete

Indicates whether the record may be deleted through the interface. Shows or hides the "Delete" button appropriately.

Please note that the DataEditor only actually deletes records from the database if the table does not have a column called "Active". In the event that there is an "Active" column, the value of that field will be changed to false rather than being deleted.


If you have the ShowInactiveRecords="true", then the Allow Delete will not be available.