2

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?

Deepzz
  • 4,573
  • 1
  • 28
  • 52

1 Answers1

0

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

AbdiasM
  • 613
  • 4
  • 15