Checks if the current row can be modified based on insert or update permissions.
if (ds.canModifyCurrentRow()) { // edit allowed }
canModifyCurrentRow(): boolean;
Last updated 6 months ago
Was this helpful?