Feedback

onNavigate

This event occurs when navigating among the grid pages.

In the query application, this event runs in two situations:

  • When configured with partial paging, the event is executed when navigating between pages using the navigation buttons, navigation by page or the Jump to option.
  • When configuring the application with Infinite Scroll, it is executed every time records are loaded.

Unlike other events, this one depends on user interaction to be triggered, allowing, for example, that any validation or layout change is performed only after this interaction.

Note

The query navigation is performed by ajax, thus, it is not possible to use Javascript codes (JQuery, Ajax).

When using full paging in the application, the event is not executed.