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?
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?
Comment