Hi all,
I’d like to report a bug in the SmartGWT-EE “Large Value Map” sample (a sub sample of the SQL branch in showcase)
To replicate the problem:
1. Go to the showcase in SmartGWT-EE (the public one or your own compiled give the same problem) URL is http://www.smartclient.com/smartgwtee/showcase/#large_valuemap_sql
2. In the combobox for “Item Name” in the grid that appears, set the first few rows of order items to the same entry (For example, set the first five entries of the table to select the same “Footswitch for Desk Top Sanyo Machines FS55” in the combo box.
3. When selecting from the combox for other rows, the expected behavior would be to have the “Footswitch for Desk Top Sanyo Machines FS55” appear only once. Instead it will appear five times.
4. Closing the showcase and launching the same sample will display exactly the same problem.
In other words, the Item Name combo box is populated from whatever is shown in the list grid, *not* from the content of the order item database table as one would expect. (This is what this particular sample is trying to show)
This is directly relevant to what I need to do: namely have a combo box in a grid represent the records of another table.
Could someone point me in the right direction to get this sample working as it should? (Or… is there another sample that has combobox working correctly with serverType=”sql” that I can work on?)
Many thanks!
Jean-Pierre
I’d like to report a bug in the SmartGWT-EE “Large Value Map” sample (a sub sample of the SQL branch in showcase)
To replicate the problem:
1. Go to the showcase in SmartGWT-EE (the public one or your own compiled give the same problem) URL is http://www.smartclient.com/smartgwtee/showcase/#large_valuemap_sql
2. In the combobox for “Item Name” in the grid that appears, set the first few rows of order items to the same entry (For example, set the first five entries of the table to select the same “Footswitch for Desk Top Sanyo Machines FS55” in the combo box.
3. When selecting from the combox for other rows, the expected behavior would be to have the “Footswitch for Desk Top Sanyo Machines FS55” appear only once. Instead it will appear five times.
4. Closing the showcase and launching the same sample will display exactly the same problem.
In other words, the Item Name combo box is populated from whatever is shown in the list grid, *not* from the content of the order item database table as one would expect. (This is what this particular sample is trying to show)
This is directly relevant to what I need to do: namely have a combo box in a grid represent the records of another table.
Could someone point me in the right direction to get this sample working as it should? (Or… is there another sample that has combobox working correctly with serverType=”sql” that I can work on?)
Many thanks!
Jean-Pierre
Comment