I have a grid whith two columns, the first is editable and the second is read-only(i set the value of this column programatically using javascript). When the userclicks enter in the first cell the focus moves to the second, wich is fine, but wheni type enter in this second cell, the row is not added, the grid just loses focus...If i set this second cell to editable (allowUpdate set to 'yes") everything worksfine, but in my case i need it to be read-only (allowUpdate set to 'no") and the rowto be added. How can i do that?