Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
IGHeirarchical Grid - Row expanded event
posted

Hi,

 

I have a hierarchical grid where I will be expanding all the rows during form load using below code:

        _expandAllRowsOfGrid =function () {

                    hGrid = _$displayTitleAndFootageGrid.igHierarchicalGrid("rootWidget");

            $(hGrid.allRows()).each(function (index, element) {

                _$displayTitleAndFootageGrid.igHierarchicalGrid("expand", element);

            });

        }

How will I capture if all the rows are expanded?

Thanks,

Kiran

Parents Reply Children
No Data