Posted 26 April 2020, 12:45 pm EST - Updated 3 October 2022, 4:26 pm EST
Hi Team,
I am using angular 8 with wijmo 5.20193.637. In my angular App I have multiple tabs which corresponds to multiple angular components and each tab have a different grid(with ng-template). when we click on a tab an API call is made to get the data to display. while the api call is processing I am switching to another tab(routing to another component) and only coming back to first tab after the api call is complete and the grid is displayed. So on chrome it take a fraction of second for the tab to be displayed as mentioned by “haridass.pt” in this post * “https://www.grapecity.com/forums/wijmo/grid-rendering-messed-up”
. but on IE it doesn’t show the grid at all. I know the grid is present because if a do filter(I have a custom filter on the side) the grid shows up with the filtered list.see the img attached