Author Topic: Is there any callback function that will work after the pqgrid display.  (Read 1931 times)

SureshB

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 32
    • View Profile
Hi

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

Thank you.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Is there any callback function that will work after the pqgrid display.
« Reply #1 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.