Replies: 1 comment
-
For now there is no cell end editing or commit editing events in TableView so you have to go with other approaches. One that I can suggest is to use property changed event to post your changes to the api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I wonder if it's possible to edit cell content with MVVM framework.
i.e. bind a relaycommand (in the ViewModel) to an EndCellEditing event.
To explain my goal : I want to bind the data from an API to a TableView.
Edit the data and each time on Cell Ending occured push the data to my database via the Api.
I'm afraid to be a little confused between Datagid (wpf old style) WinUI Datagrid (seems Abondonned) and TableView...
Beta Was this translation helpful? Give feedback.
All reactions