Calculate grid column total
I have a Header Detail form, where in the grid I input amount against a purchase order. So I want to total the amounts entered in the grid column and assign to another control on the header.I tried in the 'Col is Exited' event, but it is not going to work.
How can I loop through the grid rows to find the total ?
How can I loop through the grid rows to find the total ?
0