Smart client version: v8.3p_2013-05-28 (2013-05-28)
Browser: Google Chrome 27.0.1453.94 m
when calling the startEditingNew method on listgrid where the datasource contains a field that is required, when calling the startEditingNew method twice, the validator appears and the focus remain on the "not validated" row - this is fine,
calling the startEditingNew method 2x, 3x, 4x -> focus still remains on the not validated row. This is fine
but after entering a value for the required field, a couple of empty rows are added to the list (same as number of times the method startEditingNew was called).
How to prevent this? What are we missing ?
Browser: Google Chrome 27.0.1453.94 m
when calling the startEditingNew method on listgrid where the datasource contains a field that is required, when calling the startEditingNew method twice, the validator appears and the focus remain on the "not validated" row - this is fine,
calling the startEditingNew method 2x, 3x, 4x -> focus still remains on the not validated row. This is fine
but after entering a value for the required field, a couple of empty rows are added to the list (same as number of times the method startEditingNew was called).
How to prevent this? What are we missing ?