There are semi decent solutions out there such as found here but they and others do not account for sorting. Perhaps consider placing a second DataGridView below the first DataGridView, hide the row and column headers and use this for your footer or place labels below the main DataGridView and update as needed.
permanent footer row in datagridview
ankit goel
766
Reputation points
hi ,
is there a way by which our datagridview control could have a footer row below exactly after the 12 rows and if the rows in the datagridview increases , suppose by 2 . it should always be at last position but it always should be after 12 rows . the data is coming from a dataset .
Accepted answer
1 additional answer
Sort by: Most helpful
-
KOZ6.0 6,580 Reputation points
2023-09-21T15:25:10.0733333+00:00 I made a sample.