isDeleteAllowed
Checks if deleting rows is currently allowed. Deleting can be permanently disabled with the allowDelete option; otherwise it may be toggled at runtime with setAllowDelete.
Usage
ds.isDeleteAllowed();API
isDeleteAllowed(): boolean;Last updated
Was this helpful?