Display total in the grid
Hi,
I have an existing application which displays the totals in the grid.
The whole logic is written in "Last Record has been read" event and the totaling is happening for all the records in the grid.
Now my requirement is that "Totaling should happen only for the selected records".
For this I had written the code in "Row is selected" event ...but unfortunately it is not working.
Is there any other option, to print only selected lines total in the grid.
Please let me know. Thank you in advance.