Error while loading data to Grid after closing tab
Error while loading data to Grid after closing tab
Hi,
I've a screen where I perform search operation and load several grids based on the results. This works perfectly fine. I then search on a different criteria which opens a tab in the screen with the new search results. On closing this tab and performing the search again in my main screen, the editable grid load fails from what I can see based on debugging. However it throws an this.el.dom is undefined error and I'm not able to find what is causing this error.
The error happens during this call:
analysis.editGridStore.loadData(analysis.editGridData);
Any help in helping me resolve this issue is much appreciated.
Note: If I've the tab opened and come back to the main screen and search, the data gets populated fine. It is only when I close the tab and perform the search, i hit this issue.