Hi everybody,
I summarize the issue like this.
I use a form to edit user information which is loaded from the DB (I get these values through a JSONStore)
I want to enable/disable a combo depending on the loaded value of another combo.
Example: disable combo2 if the loaded value into combo1 = 0
- if I load combo1 = 1, combo2 = 12 : Everything fine
- if I load combo1 = 0, combo2 = 15 : Disable combo2
Any ideas? Thanks