Hi, I have a button assigned to the onClick method. Within this method I add a new element to the list, reset the data grid row count by calling setRowCount(list.size(), true) and reset the grid data by calling setRowData(0, list).
In debug mode I can see the list size increasing however, the data grid does not seem to refresh when I run the app. I have tried removing columns and that works. Can someone please advise me where I am going wrong? Many Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/5fiXdjlVu-gJ. 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.
