Posted 17 December 2023, 12:47 pm EST
Hi,
I am using wijmo version 5.20202.732. I need to auto size rows and columns after grid is completely loaded with all property and event bindings. If grids size is large it is taking time to load complete grid. By using initialize & loadedRows and even ngAfterViewInit also is not helpful.
Tried using updatedView & updatedLayout as well but these events causes grid freezing as they got executed continuously. Please help me out to know when the grid is completely loaded.