Hi. I am trying to format my dateTime objects from the same column differently depending on their values. I know I can set the dateTime format for the column via the UltraGridColumn.Format property, but is there a way to override that format for individual rows in that column?
Thanks!
Yes, here's a sample that demonstrates how to do it.