Hi folks,
I recieve a time duration data in seconds, lets say 90, and I need to show it as 1:30
I can just use TimeSpan.FromSeconds(90).ToString() to get this done for me, but I don't know where I can put it on RadGrid.
I only see a FormatString property, and I need to provide a little logic. Any suggestions?
Thanks,
I recieve a time duration data in seconds, lets say 90, and I need to show it as 1:30
I can just use TimeSpan.FromSeconds(90).ToString() to get this done for me, but I don't know where I can put it on RadGrid.
I only see a FormatString property, and I need to provide a little logic. Any suggestions?
Thanks,