We would like to have "advanced editing" for some cells in the details view: some cells in a row are simple to edit (strings, integers), others are quite complex and using a custom data template with lots of controls make the grid very cumbersome to use and un-pleasant to see.
Anyway, we have bound the data succesfully, but we would like to avoid automatic "commit" of the edit until the user wants to do so (pressing "Enter", clicking a button...)
We tried with a button; in the event handler for click we inserted the line
But to no avail: the selected row grid remains in edit mode, changes are not saved
Which is the correct way to do so?
Thanks,
Lorenzo