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.