Posted 6 December 2017, 11:15 am EST
Which event/property on Flexgrid will indicate that data binding, loadedRoes and formatItem are completed so user can begin to use the grid. The issue I have is:
I load a form to display message “Data loading, please wait” when starting the app.
After loaded json data from subscribing to a data provider into dataCollectionView. my Flexgrid will need to perform tasks through initialized, loadedRows and formatItem then pop the loading dialog off. I cannot find a good spot in my code to pop this dialog off. If call in getData() or loadedRows function, it will pop off too soon because formatItem is not yet completed. I cannot call this pop off dialog routine inside formatItem because it may trigger several times during app is running. I have tried to call it from itemsSourceChanged but it still pops off too soon? my question is: Do you have a way to tell when the grid is fully loaded and ready for using? thank you very much.
