I'm learning ExtJS, and I came across two different concepts, that seem logically connected to me.
My question is:
Thanks
As Molecule Man says, there is no built-in functionality for this, however...
This seems to be a commonly required feature (and something that makes Ext JS 4 look a little half-baked), and other people have come up with various solutions:
The first suggestion modifies the Ext.form.field.Base class to allow binding a form field to a Model field, and to validate the form field against validations defined on the form field as well as those defined on the bound Model field.
I'm just about to test the first suggestion, may post an update on how it goes...