canModifyCurrentRow

Checks if the current row can be modified based on insert or update permissions.

Usage

if (ds.canModifyCurrentRow()) {
  // edit allowed
}

API

canModifyCurrentRow(): boolean;

Last updated

Was this helpful?