I have a gridview bound to a dictionary... working well except this part. I'm trying to pass a the value component of the item in the grid as a command parameter to the view model. I get a null object as the parameter. examples of this anywhere?
when the collection was just an observable collection the xaml worked as follows:
CommandParameter= {Binding}
this gave me the item in the collection as the command parameter. When i changed my collection to a dictionary (from observableCollection) it started being null.