How can I add a dataTable column that will be hidden in the dataGrid that is binded to that table?
My dataGrid:
<DataGrid Name="typesGrid" RowStyle="{StaticResource RowStyleWithAlternation}" CellStyle="{StaticResource CenterCellStyle}" ColumnHeaderStyle="{StaticResource HeaderStyle}" CanUserAddRows="False" IsReadOnly="{Binding IsTypeReadOnly}" ItemsSource="{Binding TypesTable}">
</DataGrid>