Re: How to insert a new row in to a DataGrid

2012-08-28 Thread Claire
Hi, Is anyone able to assist with my query please? Thanks. On Thursday, August 23, 2012 8:13:10 PM UTC+1, Claire wrote: 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

How to insert a new row in to a DataGrid

2012-08-24 Thread Claire
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