ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: pranit@srcomsec on November 24, 2022, 01:23:21 pm

Title: Virtual Scrolling + remove loading icon when scrolling grid data
Post by: pranit@srcomsec 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");
Title: Re: Virtual Scrolling + remove loading icon when scrolling grid data
Post by: paramvir on November 24, 2022, 05:16:59 pm
call hideLoading just after call to refreshDataAndView.

https://paramquery.com/pro/demos/virtual_scroll
Title: Re: Virtual Scrolling + remove loading icon when scrolling grid data
Post by: pranit@srcomsec on November 24, 2022, 06:54:00 pm
Thank you. It is working.