Hi,
I have a GridViewComboBoxColumn defined in my GridView in Xaml. I have it set up to bind properly when I set the ItemsSource property on the GridView itself. That works great. I would like to know how to hide the combobox that is generated in specific rows when the Grid is bound based on certain criteria of the data items for each row. How do I do this?
Thanks.
I have a GridViewComboBoxColumn defined in my GridView in Xaml. I have it set up to bind properly when I set the ItemsSource property on the GridView itself. That works great. I would like to know how to hide the combobox that is generated in specific rows when the Grid is bound based on certain criteria of the data items for each row. How do I do this?
Thanks.