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