Announcement

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

    ListGrid problem - only display the very last row

    I am using SmartGWT 2.4. This worked fine in SmartGWT 2.0.

    I am using filter and it is displaying data in the listgrid based on the Criteria.
    No matter how many data the resultSet has, the 'filterData' only displays in listgrid the very last one. It seems it is removing any rows before.

    In SmartGWT 2.0, it displays the rows correctly. If the resultSet contains 4 rows, it displays the 4 rows in listgrid, but in SmartGWT 2.4, no matter how many rows resultSet contains, it only display 1 row, the very last one. (I tried by just switching smartgwt.jar file between 2.0 and 2.4).

    Could you please shed some light on this problem?
    Last edited by test; 31 Mar 2011, 13:35.
Working...
X