TDBGrid Status Bar for Aggregating Columns

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?

+5
source share
1 answer

As you mentioned JEDI VCL, try a look at TJvDBGridFooter. This is the status bar for TJvDBGrid.

JVCL ..\examples\JvUltimDBGrid, .

+5

All Articles