I'm not 100% sure if this is possible but I'd love to be able to allow the user to click on some combobox items and not others based on databinding. So, I want something like this:
The exact syntax doesn't really matter but I believe this communicates what I'm trying to accomplish. Thanks!
<tp:GridViewComboBoxColumn DataMemberBinding="{Binding Column1}" SelectedValueMemberPath="Column2" DisplayMemberPath="Column3" EnabledPath="{Binding Column4}" ItemsSource="{Binding Path=MyData}" Width="*">The exact syntax doesn't really matter but I believe this communicates what I'm trying to accomplish. Thanks!