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?
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