Hwot to Calculating The Sum of values from DataGridView
I am creating windows application using c# 2010, here I am using data grid view for billing purpose, my grid view having 3 columns only(slno, mts, cms),How to calculate sum of both cell values, I want below result.
Ex:
Slno mts cms
1 5 3
2 0 4
I want = 5.7
Please give me any one ideas.