I have a datagrid that i want to get total for a column.
The column has Quantity that is of sting type(when get results back from Database).I need to sum up at the end. Also it should get refreshed if the quantity changes.
I want to add an additional line to the bottom of DG to show the Total.
Can someone help?
The column has Quantity that is of sting type(when get results back from Database).I need to sum up at the end. Also it should get refreshed if the quantity changes.
I want to add an additional line to the bottom of DG to show the Total.
Can someone help?