I have a DGV I populated from an access database. When I go into access I have a totals row below the columns. But when I import the table into my windows form there is no totals row below the columns.
I am assuming that it has something to do with a control that is unsupported natively with DGV.
How can I create a totals row below each column? Or each specified column.
Below are a picture of my access and then a picture of the DGV in my windows program.
My code is pretty standard as far as how I loaded the table into the windows form, I guess I don't understand why it doesn't just copy over exactly how it looks in access.
![Name: dbwithtotals.png
Views: 5
Size: 117.0 KB]()
![Name: dbwithouttotals.png
Views: 5
Size: 67.3 KB]()
I am assuming that it has something to do with a control that is unsupported natively with DGV.
How can I create a totals row below each column? Or each specified column.
Below are a picture of my access and then a picture of the DGV in my windows program.
My code is pretty standard as far as how I loaded the table into the windows form, I guess I don't understand why it doesn't just copy over exactly how it looks in access.