Paging

I am trying to enable paging in Grid. However, would like to know if following functionality of grid will be available after paging mode is enabled:

  1. Sorting
  2. Filtering
  3. Hiding column headers
  4. Grouping

In case of the static data loading:

  1. Sorting - supported
  2. Filtering - supported
  3. Hiding column headers - supported
  4. Grouping - supported

In case of dynamic loading:

  1. Sorting - not supported (required server-side sorting)
  2. Filtering - not supported (required server-side filtering)
  3. Hiding column headers - supported
  4. Grouping - not supported

Thanks a lot for the information…

We are loading data from json file, which is considered as static loading. However, when we have paging enabled in grid, grouping doesn’t work.

We do not have smart rendering enabled.

Could you please, share with a using code with the init of your grid or provide with a complete demo, where the problem can be reconstructed locally.

Instead of sending a demo, i was able to take screen shots where we will be able to see that grouping doesn’t work with Static data loading.

Attached are two screen shots, showing filtering and grouping on same 31k+ rows of data:

  1. Filtering.PNG → shows right number of rows when filtered with a string.
  2. grouping.PNG → Doesn’t show the grouping of the data when groupBy(“Name”) was executed.



I was able to make a video, where we will be able to see that the grouping works well with the static paging mode.
screencast.com/t/Ql7HgsBh1gCu

If any problem still occurs for you please, provide with a complete demo, where the problem can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html