Author Topic: Virtual Scrolling + remove loading icon when scrolling grid data  (Read 343 times)

pranit@srcomsec

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 99
    • View Profile
Virtual Scrolling + remove loading icon when scrolling grid data
« on: November 24, 2022, 01:23:21 pm »
We tried with the script below to remove the loading icon but still shows the loading icon when scrolling data. Please refer to the attached screenshot.
Code: [Select]
$("#gridfilter1").pqGrid("hideLoading");

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Re: Virtual Scrolling + remove loading icon when scrolling grid data
« Reply #1 on: November 24, 2022, 05:16:59 pm »
call hideLoading just after call to refreshDataAndView.

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

pranit@srcomsec

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 99
    • View Profile
Re: Virtual Scrolling + remove loading icon when scrolling grid data
« Reply #2 on: November 24, 2022, 06:54:00 pm »
Thank you. It is working.