Logical delete of items in an editable DataGrid #2934
-
Is there a way to implement a logical delete feature in an editable DataGrid? The model includes an IsDeleted field. Items where IsDeleted=true are filtered out of the grid but remain in the model. When the user deletes an item, IsDeleted is set to true but the item is not removed from the model. In my specific scenario, the items are a child of a root object and the object graph is saved as a single unit of work. |
Beta Was this translation helpful? Give feedback.
Answered by
David-Moreira
Sep 18, 2021
Replies: 1 comment 1 reply
-
Hello,
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
naitken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
With the current Datagrid features, you should be able to :