Posted 11 March 2019, 5:37 pm EST
Hi,
We just recently updated to the wijmo 5.20182.524. I am getting null when creating a new row on the source collection.
var newRow = flexGridSourceCollection.addNew();
newRow is null but if i just call flexGridSourceCollection.addNew(); it creates the row.
if i try to get the newly added row back it returns the null. but it creates the row.
Thanks.
