How to load FlexGrid on view height change Angular2

150 Views Asked by At

I have FlexGrid in a section. The section is collapsed by default. When it is expanded, grid is not showing data. Grid is not getting the view height change on expansion. How can I load grid after the section expansion?

1

There are 1 best solutions below

0
On

Try calling FlexGrid's Refresh() method when the section is expanded to update the grid's layout.