Skip to content

NEW 2022-11-25

Validation

Problem

In insert-mode of Detail View, having required fields, the built-in validation will deny cancelling.

Solution

Cancel

If you want to allow cancelling, you can use the following Default-setting:

1
AppGiniHelper.Defaults.dv_actionbuttons_back_novalidate_onclick = true;

Delete

It is the same problem when deleting a record missing required fields. If you want to allow deleting, you can use the following Default-setting:

1
AppGiniHelper.Defaults.dv_actionbuttons_delete_novalidate_onclick = true;

See also