Hi
I have a button on each row of my SfDataGrid to allow the user to copy a record to a new row (using a GridTemplateColumn).
How do I get the entity for that row as it might not always be the selected item? I'm trying pass the data row as a CommandParameter binding to my view model.
Kind regards
George