This question is locked. New answers and comments are not allowed.
Can you do this? I'm trying to stick to MVVM and avoid using a standard event handler to handle the CellEditEnded event. Essentially, when a user edits a cell in my GridView, I want to hook into that event so that I can recalculate the value of another cell in the same row. Can I do this using a Command Binding and a CommandParameter to bind to a command in my View Model? What is the syntax if so?
Thanks in advance!
Thanks in advance!