Author Topic: Filter the Records on Server side with Server side pagination.  (Read 106 times)

vijay@spinetechnologies

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 87
    • View Profile

Hi Paramvir,

We are using PQ Grid (v9.0.1)  with Server Side Pagination and Server Side Filter Options.

Suppose, I Move to the Second page and try to filter the data, Internally I get the Current Page index i.e. 1

In this case, When the filtration is applied, the Page index should reset to 0.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6282
    • View Profile
Re: Filter the Records on Server side with Server side pagination.
« Reply #1 on: August 19, 2024, 10:05:20 pm »
you can return curPage = 0 from remote script to reset it in the grid.