I have a DataGridView that is bound to a data table. I would like to add a row just to the DataGridView and not to the data source so that I can show the sum of a specific field in the last row of the grid. Is this possible with the DataGridView?
Thanks, Brad