Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
ultragrid summary on Hidden column using a user function
posted

 Hello, I am hoping someone can get me going in the right direction with this as I have looked through various examples and cannot locate what I think I need to do.

Problem: I have a grid that displays a couple time columns that are displaying a string representing Hours:Minutes, I need to show summary row with the totals in the same format. Of course I can't sum the string column, but I do have a HIDDEN column that has seconds stored as an Integer value. How can I use my internal function TimeStringFromSeconds to place the proper information in the visible string column using the data from the HIDDEN column and my special function?

Any help would be greatly appreciated.