With GXT 2.0.1 and GWT 1.7 my ComboBox Field binding to my Java enum object is working good.
As soon as i upgraded to GXT 2.1.1 with GWT 1.7 my ComboBox field binding to my Java enum object does not work.
As i click the right hand side ComboBox arrow button it only displays the first value and does not display the list of all the values in my Java enum object.
I have downgraded to GXT 2.0.1 with GWT 1.7 for now in order make the ComboBox field binding work.
Is there any issue with the GXT 2.1.1 ComboBox field binding? Did someone face similar issue with GXT 2.1.1?
As i click the right hand side ComboBox arrow button it only displays the first value and does not display the list of all the values in my Java enum object.
With GXT 2.0.1 and GWT 1.7 my ComboBox Field binding to my Java enum object is working good.
Hmm, I never knew this was possible, that is binding a Combo to an enum, please how is it done. This will save me from having to build ddatabase objects for stuff like "Gender". Any sample code, is it in the GXT examples ??
we found the issue was with the response time (using RPC), if we have a long list, it does not work, smaller lists is ok, but still wondering how was that working on other browsers and not on IE