If you attempt to delete a row when no row has focus, the Web Forms application terminates with a null object error. Therefore, you must explicitly set the focus to an appended row before attempting to delete it, because appending a row causes focus to be lost. [CR 534697]