I am finding two issues with sfdatagrid
When the column type is gridtextcolumn
editing a cell and moving the focus next row using mouse does not update the cell. I am using the row validating event to examine the changed value. But i am not seeing the new cell value args.rowdata
When the column type is gridnumericcolumn
while adding a new row entering a value in numeric column and moving to next cell in the same row using mouse does not update cell value. the cell values reamains as zero
Thanks