It appears that if you are editing a new row then click on another row in the grid. The new grid does not attempt to add row. It seems that you must tab to the end of the row to get it to update. Is there a way to override this behavoir.
Hi mdelgado,
The add row only updates when it is tabbed off of the last row or the Enter key is pressed while in edit mode. What you can do is handle the row adding client event for exiting edit mode. You could then determine if you would like to commit the add and do so off of the editing core behavior.
regards,David Young
Do you have a sample of this?