Subject TIB_Grid, add rows manually
Author Boris Schlüszler
Hi!

Is there any way to get additional rows into a TIB_Grid?

I have a TIB_Grid, datasource to a query.
Query is something like this: "select val1, val2 from table"

In the grid, I'd like to add one rows at the very end.
E.g. select sum(val1), sum(val2) from table;

Any ideas?

Regards, Boris