Search code examples
jqgridtreegridpagertreegrid

jqGrid tree grid with pager


How do we make a tree grid with pager using jqGrid?

I have checked and try the demos, but it didn't show any pager, even though there is a pager div in the code

How do create the pager ?


Solution

  • Tree grid has some limitations which are documented:

    Pager functionality currently disabled for treeGrid

    In other place of the documentation you can read almost the same:

    Since jqGrid currently does not support paging, when we have a treegrid the pager elements are disabled automatically.