A
Andrew Armstrong
I have a datagrid where I want to hide a couple of the columns. To do this I
have added a Table style with two DataGridTextBoxColumn and set their widths
to 0 and MappingName property to the names of the Columns I want to hide.
This achieves the required effect. However when I had a new Column without a
style mapped to it the Column does not appear in the DataGrid. If I am using
TableStyles do I have to define a style for each Column or is there a way of
setting a default style.
I would be grateful for any help or insight into this problem. I am sure it
is possible I just don't know how.
Many Thanks
Andrew
have added a Table style with two DataGridTextBoxColumn and set their widths
to 0 and MappingName property to the names of the Columns I want to hide.
This achieves the required effect. However when I had a new Column without a
style mapped to it the Column does not appear in the DataGrid. If I am using
TableStyles do I have to define a style for each Column or is there a way of
setting a default style.
I would be grateful for any help or insight into this problem. I am sure it
is possible I just don't know how.
Many Thanks
Andrew