paese
23 Aug 2007, 4:22 AM
Hi,
I have a ComboBox filled with items from a DataStore (about 50). But not all items are listed in the dropdown menu. For IE, Opera, Firefox I get three different amount of items in the ComboBox with exactly the same DataStore. Very Strange.
I checked the server response and the JSON data is submitted correctly. It seems that the number of items in the combobox depends on the viewport size. The smaller the browser size is the less items I have in the ComboBox.
[CODE]orgCombo = new Ext.form.ComboBox({
displayField: 'name',
hiddenName:'organisation',
store: organisationDS,
mode: 'local',
emptyText:'Organisation ausw
I have a ComboBox filled with items from a DataStore (about 50). But not all items are listed in the dropdown menu. For IE, Opera, Firefox I get three different amount of items in the ComboBox with exactly the same DataStore. Very Strange.
I checked the server response and the JSON data is submitted correctly. It seems that the number of items in the combobox depends on the viewport size. The smaller the browser size is the less items I have in the ComboBox.
[CODE]orgCombo = new Ext.form.ComboBox({
displayField: 'name',
hiddenName:'organisation',
store: organisationDS,
mode: 'local',
emptyText:'Organisation ausw