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?
Checks if the current row can be modified based on insert or update permissions.
if (ds.canModifyCurrentRow()) {
// edit allowed
}canModifyCurrentRow(): boolean;Last updated
Was this helpful?
Was this helpful?