Maybe I'm confusing something but I can't figure out if there is a way to format a TimeSpan that has a value such as: 4.21:02:00 as 117 hours, 2 minutes (change full days to hours)
I have done it using CustomDrawCell and it works but seems to be overkill.
Moreover CustomDrawCell event occurs if Grid is displayed, but while I'd like to print that grid "that modifications ... on this event are ignored when you print or export Grid data."
how can I achieve this by:
[DisplayFormat(DataFormatString = "{0:HH} hours, {0:mm} minutes")]
Or perhaps another Custom Display format?