Announcement

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

    ListGrid Data not being displayed

    Hi,

    I am trying to put static test data in a listgrid.
    I used the same code as the Master Detail in SmartGWT ShowCase to build the grid and get the data from the datasource.
    It is initiating the rows but the data is not displayed.

    I also tried to use ListGridFields and I added records to them but I got the same problem.

    Any idea on why I am not able to see the data?

    Thank you.

    #2
    I found the cause of my problem.

    the attribute name in the record was not matching the one in the datastore.

    Comment

    Working...
    X