Hi All, I am new to GWT. I have a Grid declared like below
Grid grd = new Grid(100,100); And, I am populating each cell by fetching data from DB. That takes some 20 seconds or so. But before the data populated, I can see the empty grid with 100x100 empty cells, shown in the browser. how can I prevent this? I just want to show the Grid only when all the cells are populated with Values. Any help would be appreciated Thanks Suren --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
