I have a dataGrid with this column:
<DataGridTextColumn Header="IDCodecVideo" Binding="{Binding FicherosVideos.Codecs.IDCodec, Mode=TwoWay}"
Visibility="{Binding Path=., Converter={StaticResource ucFicherosBaseDataGridInformacionVideoVisibilityFilaValueConverter}}"/>
But the converter is not used. I wanted to set the visibility of the row according to the information of the object that is used as source for the information of the row.
Thanks.