Many times tables have natural keys instead of auto generated.
In these scenarios is it possible to set the Model idProperty to more than one field. If not how do you concatenate two fields in the model and create a composite key???
or is it better to not specify idProperty and let one be generated?
I have the same doubt that your. Also how you can change the name of the idProperty??
Always must be id??or is that because extjs 4.0 still not well developed and soon it will make??
Yes, I have some problem
in EXT JS 3.x I set IdProperty: 'namefield' and in Update the store (example grid with roweditor) 'namefiled' is use as like as ID... work
in EXT JS 4.0 I set IdProperty but don't work. If I pass a object with key filed = 'id' work....
Doesn't this seem kind of hacky? Shouldnt there be a way of specifying multiple fields as your unique key without having to concatenate things together to create one field?