Browse by Tags
All Tags » data grid » DataBinding (RSS)
-
HI,
I'm attempting to show/hide a column based on the checked state of a Combobox using:
Visible=''{Binding Path=IsChecked, ElementName=showSummaryHeaders}''
This generates the following binding error:
System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. ...
|
|
|
|