Hi Alex,
The big problem with trying to automate ExtJs comboboxes is that the combobox itself and the list of options to select are in two completely separate and virtually unrelated <div> elements. Have a look at the two attached screen shots for an example what I'm referring to. Notice how the list of options are put into a <div> element which is dynamically added to the end of the DOM. The options, and the <div> container they are put into, don't even exist in the DOM until the combobox is opened to show the options.
For this reason I asked to setup an online meeting where I can study your application and work on solving this problem with you.
Regards,
Cody
Telerik
The big problem with trying to automate ExtJs comboboxes is that the combobox itself and the list of options to select are in two completely separate and virtually unrelated <div> elements. Have a look at the two attached screen shots for an example what I'm referring to. Notice how the list of options are put into a <div> element which is dynamically added to the end of the DOM. The options, and the <div> container they are put into, don't even exist in the DOM until the combobox is opened to show the options.
For this reason I asked to setup an online meeting where I can study your application and work on solving this problem with you.
Regards,
Cody
Telerik