Show Total row in a DataGridView

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top