When I add a new row to my datagrid with the detailview helper, the values are populated properly because I call "reload" immediately afterwards. But the new row, as an object, has only one value: Object { isNewRecord=true}. Now, when I punch delete, it tells me it can't find the given index,
data.rows[_49f] is undefined
[Break On This Error]
_3ca(_4a2,opts.idField,data.rows[_49f][opts.idField]);
Now, if I refresh, this row is ok and can be deleted. But I can't delete it IMMEDIATELY after creating it, and I would like to.