Guys,
This is a snippet from a Style I need to modify such that the button's command property is bound to an element of IDictionary<string, ICommand> exposed by the ViewModel.
="Template">
>
}">
}" >
}"
="True"/>
Problem is, the binding is not working.
Now, if I replace the button with a TextBlock with the following binding:
=DataContext.ViewID}"/>
I get DataItem.ToString() displayed, where DataItem is an instance of my data class.
Can you please help me understand where the disconnect is from CellValuePresenter to my main view?
TIA,
Klaus
Got it . Was an issue with my binding path.