ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
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.