ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: SureshB on August 26, 2016, 04:01:39 pm

Title: Is there any callback function that will work after the pqgrid display.
Post by: SureshB on August 26, 2016, 04:01:39 pm
Hi

Is there any call back function that will fire after the pqgrid completely displayed in the screen with all the rows.

Thank you.
Title: Re: Is there any callback function that will work after the pqgrid display.
Post by: paramvir on August 27, 2016, 09:54:30 am
refresh event is fired whenever the view is refreshed which includes display of all rows. it's synchronous event.

complete event is fired when initialization, data binding and display of the grid is complete. It's an asynchronous event and is fired only once.