Announcement

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

    DevMode ListGrid records not showing up

    All

    I have a simple DataSource implemented and when I run the application deployed the entries get populated in the datasource.

    But when I run the application from eclipse using the same code the records does not show up in the listGrid. But I can see the records coming into my code and the code calling

    this.display.getDataSource().addData(record);

    Is there something I can do to see what is going on?

    #2
    This seems to be happening in firefox version 3.5.10 with smartGWT 2.2

    Comment

    Working...
    X