This question is locked. New answers and comments are not allowed.
Hi all
I have been looking at the example (App7), specifically this line:
<commands:DataGridUserCommand Id="CommitEdit" Command="{Binding Source={StaticResource ViewModel}, Path=MyCommand}" />
I am trying to pass my ViewModel as a parameter so I can access it here:
private void OnMyCommandExecute(object obj)
At the moment, the Parameter property is empty but CellInfo is populated.
I hope my question is clear.
Thanks