Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ComboBoxItem shows up only first row

    Hi,

    I am using smart gwt 2.4 and IE 7

    I have two combobox items. Each combobox is binded with a distinct datasource. The first datasource returns 4 rows in the response object and the first drop downs has all the 4 values. The second datasource returns 4 values, (i can print them on the server side),but the second combo box in the client side shows only the frist row.

    Am i missing something? Please advice.

    Thanks,
    Sunil

    #2
    You will need to post your code as this obviously works in testing.

    Comment


      #3
      I have fixed this by adding one line on the server

      "dsResponse.setDropExtraFields(true);"

      Thanks,
      Sunil

      Comment

      Working...
      X