johncassell
Well-known member
Hi There,
I have a datagrid with several columns, I would like to be able to get the sum of one of those columns.
At the moment I have a label which calls a query on my tableadapter which does the sum. Only problem is that if I make any changes inside the grid, I must save them before the label wil update with correct figures.
Is it possible to calculate changes which have not been saved yet?
Thanks
John
I have a datagrid with several columns, I would like to be able to get the sum of one of those columns.
At the moment I have a label which calls a query on my tableadapter which does the sum. Only problem is that if I make any changes inside the grid, I must save them before the label wil update with correct figures.
Is it possible to calculate changes which have not been saved yet?
Thanks
John