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
830
Conditional Paging on igGrid
posted

I am looking if this is possible.

I have a hierarchical grid, in which I am adding paging to the inner most level. I wanted to know if it is possible to add paging only if row count is > 100?

Parents
No Data
Reply
  • 15320
    Offline posted

    Hello jconnig,

    Please note that grid features are created during initialization and according your requirement you want to check certain data condition that requires the feature to be created after grid initialization. However you can't re-initialize the grid features unless you re-initialize the whole grid. What I can suggest you in this case is to destroy the Paging feature in case that rows count is less than 100.

    Please let me know if this approach works for you.

    Regards,

    Tsanna

Children
No Data