Hello, quoting from
https://forums.smartclient.com/forum...esyncoperation
Now, I've found a strange behaviour, I don't know if it's by design or if could be a bug
I've got a grid where I do:
to have the nulls submitted and used as criteriaFields of a isUnique validator.
The problem is that if I have autoSaveEdits: false for the grid, the nulls aren't submitted. Is it expected?
https://forums.smartclient.com/forum...esyncoperation
Originally posted by Isomorphic
View Post
Originally posted by claudiobosticco
View Post
I've got a grid where I do:
Code:
grid.startEditingNew({foo:null, bar:null});
The problem is that if I have autoSaveEdits: false for the grid, the nulls aren't submitted. Is it expected?
Comment