Posted 4 May 2020, 11:46 pm EST
Hi team,
Just a quick question about how to select an item right after itemsource updated.
I tried to put on a line to locate the new updated row after reloading the binding itemsource. But it does not work.
this.flex.collectionView.currentItem = this.instanceNodes.find(x => x.id == this.updatedId);
If I put this line in a button click, it works fine.
Thanks.