Hi to all,
I'm just beginning with Silverlight. I have a DataGrid whose ItemsSource is linked to an ObservableCollection. Each row of the DataGrid (AutoGenerateColumns= "False") has some values from an object and a button. How can I associate a "command argument" to the button so that I know what button of what row is being clicked?
Thanks