Show Total row in a DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a beter way to show column total at the bottom of a
DataGridView.
The way I've done by setting labels at outside the bottom of the
DataGridView and show the total values in the labels.
but I have problem with freezing columns, the label don't align to the
column when it move pass freed column.
What is best way to display the Datagrid view total?
 
Back
Top