I have a similar problem… I have one combo that fires a method onDataChange. If you play around with it (changing values back and forth) you can manage to change the value but not leave the field and then the method is not fired.
When you change the circled (if you can call it a circle) field without exiting and click in the left table you will see (9 out of 10 secure) that the field gets updated but the method is not fired…
I have a checkbox setup to hide extra search options when unchecked.
When I load the form for the first time and click on the checkbox, the check gets placed, but the method doesn’t fire.
However everytime I click the checkbox thereafter the method executes fine.
We tested this in the example crm addresses tab form on one of the checkboxes and are unable to reproduce this.
Could you post a small sample solution demonstrating this problem?
Not sure what was causing it to happen, it may have been related to the form not properly loading due to a valuelist problem that was in another post. I think you are ok on this now.