Posted 10 January 2022, 7:20 am EST
Hi,
I am trying to open a child table in wijmo grid using row extension, but i am unable to find out a way for opening child table using lazy loading. Please suggest a way of doing this.
Forums Home / Wijmo / General Discussion
Posted by: rkirodiwal on 10 January 2022, 7:20 am EST
Posted 10 January 2022, 7:20 am EST
Hi,
I am trying to open a child table in wijmo grid using row extension, but i am unable to find out a way for opening child table using lazy loading. Please suggest a way of doing this.
Posted 11 January 2022, 5:25 am EST
Hello,
You may handle the groupCollapsedChanged event of FlexGrid to perform the lazy loading action in the FlexGrid. Please refer to the wijmo demo link below demonstrating the same:
https://www.grapecity.com/wijmo/demos/Grid/TreeGrid/LazyLoading/purejs
You can also refer to this sample link: https://stackblitz.com/edit/js-f7y9xa?file=index.js
Regards