Completed
Last Updated: 27 Jan 2021 07:40 by ADMIN
Release 2.21.1
Andrea
Created on: 21 Jan 2021 11:10
Category: Grid
Type: Bug Report
3
Cancelling the Create, Update or Delete event keeps the loading sign indefinitely

If you set args.IsCancelled=true in any CUD event handler, the loading sign will never go away.

---

ADMIN EDIT

If you don't need to cancel the event (e.g., because remote validation or data operation failed), you should avoid cancelling it - its purpose is to keep the grid in the current mode (edit/insert) when the operation fails so the user does not lose data.

That said, the loading sing should disappear in thsoe cases too, and a workaround is to disable it by setting the EnableLoaderContainer="false" parameter of the grid.

---

0 comments