i made it work by setting the paging mode to rootLevelOnly because then i can see all the rows how could i turn off paging when i am in my
expand all method and turn it back on after i am finished i found a way to turn it off by calling
$('#TreeGrid').igTreeGridPaging('destroy');but i can't turn it back on after
Hello, ya Benatar,Thank you for reaching out to Infragistics!I've composed a fiddle example of how to expand/collapse all rows with paging in place. When time permits, please take a look and let me know if that helps you with what you're trying to do.You can also refer to this thread on how to get all rows when paging is in place and subsequently re-render paging.Hope this helps!
Regards,
Viktor
well it did what i already acheived it expends all the visibleRows but i was wondering if there was a way to expend all the rows from all the pages and the thread you linked to would need me to recreate the grid after i am done expanding then i might as well change the initialExpandDepth value to -1