Posted 4 March 2019, 10:50 am EST
We have a flexchart that should update whenever we change the values in a drop down. When we change the value from the drop down sometimes the flexchart does not update but on resizing the window it updates correctly.
I have tried setting the sourceCollection and assigning the collectionView to the itemSource
this.collectionView.beginUpdate(); this.collectionView.sourceCollection = // setting the data here this.collectionView.endUpdate();
I have also tried invalidating the control.
