Posted 8 October 2020, 8:21 am EST
Hi,
I have a grid with collection view and assigning the table data to collection view which is fetching from DB, Like this,
grid.itemsSource = new CollectionView(this.state.tableData);
I enabled allownew = “true”
I have enable track changes, so i can get the edited, added and removed item, its working fine. but when i have empty table data , when items also empty and tried to add new row, row added succesfully that i can seen in items in collectionview, but in itemAdded is not resemble, its still showing empty. Please assist me on that.