Hello everyone
I have a DataGrid in my WPF application. The cells must be edited.
To save the cell value I have to press "Enter" or jump in another cell. Is there a way to save the value at the "CurrentCellChanged" event? Or can you define it directly in XAML?
Thanks in advance.
I have a DataGrid in my WPF application. The cells must be edited.
To save the cell value I have to press "Enter" or jump in another cell. Is there a way to save the value at the "CurrentCellChanged" event? Or can you define it directly in XAML?
Thanks in advance.