I have a grid with 6 coloumns.One of them have masking in the cell.On tab out after entering the data in the cells the cursor looses its focus from the grid.
I am also using this method for the calculating the total amount for the grid.
protected
e)
{
total = 0;
grvProperties.Rows)
).Value)))
row.Cells.FromKey(
.Right;
total = total +
).Value);
}
txtDisplayTotalClaimAmount.Text =
.ToDecimal(total));
Help me out if you have any answer for this.
Thanks!!