Binding lack of the Silverlight DataGrid CellTemplate
Be aware of this. Silverlight 5. DataGrid DataGridTemplateColumn.CellTemplate Visibility (!!!) It doesn’t work, at all: Visibility ="{ Binding Path = Detail, Converter ={ StaticResou rce VisibleNonEmptyConverter }} " This is working: Visibility ="{ Binding Path = DataContext, RelativeSource ={ R elativeSource Self }, Converter ={ StaticResource VisibleNonEmptyConverter }}" DataContext ="{ Binding Path = Detail}" < data : DataGrid ItemsSource ="{ Binding Path = Items}" AutoGenerateColumns ="False" HeadersVisibility ="None" Background ="Transparent" ...