Completed
Last Updated: 09 Sep 2021 08:26 by ADMIN
Release 2.27.0
Jason
Created on: 27 Jul 2021 13:10
Category: Grid
Type: Bug Report
2
OnRowClick does not fire after removing invalid edit item through Grid State and CUD events do not fire after removing invalid InsertedItem through Grid State

It looks like the built-in validation does not respect clearing the edit item through state.  If you remove invalid edit item through Grid State, the Grid stays in edit mode and the OnRowClick stops firing.

The case is similar when you try to clear an invalid InsertedItem through the Grid State - the Grid probably stays in Insert mode and some events are not firing (for example CUD events).

0 comments