I have a ModifiedBy field on my grid...Basically if any value in that row changes i want to update the ModifiedBy column with the user id
i have this code in my CELLValueChanged Event
GridView.SetRowCellValue(e.RowHandle,colModofiedBy,UserId);
But I am getting any error