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
30
expand / Collapse all Rows using Paging
posted

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
Parents
  • 80
    Offline posted

    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

Reply Children