I got a grid with several numerical columns, and for each column you need to implement an aggregate (amount or account) and display it under the corresponding column.
I know that some packages (DevExpress or others) have already implemented "default". But is there a way to implement this using standard controls or the JVCL?
source
share