Hey guys,
I have a grid that is bound to a list of objects and the type of one of those properties is datetime. We are using it only for the time portion. I've set the style property of this column in the grid toInfragistics.Win.UltraWinGrid.ColumnStyle.Time.
The question is, how do I show the time in military format?
thanks !
off the top of my head i would say add the Format="hh:mm" to your gridcolumn (don't qoute me on that)
Just relized you were using winGrid in addition to Format= you will need to set the CellDisplayStyle to FormattedText on the column in question.