E
elixxir
Greetings,
I'd like to format a column of a DataGrid to display only the Time
value instead of DateTime (ie. the format would be {0:t})
The problem is that the table that the DataGrid is bound to is actually
part of a master/detail relationship and it appears that you can't use
TableStyles with a DataRelation.
Does anyone know of a way I can get to format my columns?
I'd be grateful for any hints.
Paul
I'd like to format a column of a DataGrid to display only the Time
value instead of DateTime (ie. the format would be {0:t})
The problem is that the table that the DataGrid is bound to is actually
part of a master/detail relationship and it appears that you can't use
TableStyles with a DataRelation.
Does anyone know of a way I can get to format my columns?
I'd be grateful for any hints.
Paul