G
Guest
I have a DataGrid bound to a DataTable and I'd like to have one row of totals.
I was hoping that I can have a row on the bottom of the DataGrid's results
which will always be visible (no matter how you scroll and no matter how you
filter the table) which adds up values in particular columns. Is it possible
to do this?
If not, what's the smartest way to handle this?
Should I create a second table which can somehow use the sum( ) functions to
total up the rows of another table? Then this table I guess would have to be
shown in a separate DataGrid under the one displaying the results
I was hoping that I can have a row on the bottom of the DataGrid's results
which will always be visible (no matter how you scroll and no matter how you
filter the table) which adds up values in particular columns. Is it possible
to do this?
If not, what's the smartest way to handle this?
Should I create a second table which can somehow use the sum( ) functions to
total up the rows of another table? Then this table I guess would have to be
shown in a separate DataGrid under the one displaying the results