Author Topic: Showing duplicate and blank records on sorting  (Read 659 times)

swapnilsu

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 4
    • View Profile
Showing duplicate and blank records on sorting
« on: June 08, 2022, 01:12:31 pm »
Hi Team,

We are getting duplicate records issue while sorting and then scroll when grid fully loaded in lazy load example provided in your website. we are used the same code in our application for lazy loading users saw this issue when grid is fully loaded and then scroll-sort.

Please do needful.

Thanks,
Swapnil

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Showing duplicate and blank records on sorting
« Reply #1 on: June 09, 2022, 05:14:55 pm »
This example https://paramquery.com/pro/demos/editing_infinite_scroll is for batch editing with lazy loading only. As you can see there is no supporting code for remote sorting in the remote scripts for that example.

If you need sorting support, then combine these 2 examples:

https://paramquery.com/pro/demos/editing_infinite_scroll

https://paramquery.com/pro/demos/infinite_scroll

or disable the sorting.

swapnilsu

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Showing duplicate and blank records on sorting
« Reply #2 on: June 09, 2022, 08:05:53 pm »
Thanks for your support, we will try implement remote sorting and if we have any issue let you know