I have an grid with batch mode.
I would like to know how to use SetRowCellValue and GetRowCellValue function when I leave from cell.
For example
I have three column in grid
Quantity : 1000
Price : 3
Total Amount : 3000
When I leave from price column,then it should get value from quantity and price and then value should set in Amount column.