Datagrid row and column value
Hi ,I have a datagrid with 3 rows and 3 cols.I am populating some values by applying some condition in 1st row last cell and 2nd row last cell as a result 3rd row last cell is empty.
Now, I need to write some logic in 3rd row last colum:
say 1 st row last cell value is A.
2nd row last cell value is B.
Now I have to write C -(A+B) in 3rd row last cell value of datagrid.
Please help .
Regards,