Sets if a Grid or Free Style Grid will offer Paging or Infinite scrolling to navigate through it.
One page at a time | Breaks the content into individual pages, with a fixed number of items per page. End users can navigate between pages by clicking on buttons that indicate the page number or by using arrows to move back and forward. |
Infinite scrolling | Only scroll is offered (there are no buttons to pass from page to page). As the user scrolls down, more content is automatically loaded and added at the end of the page. |
Controls: Grid, Free Style Grid
This property is offered when the Rows property value is different from <unlimited> or when a specific value (different than 0) is assigned to it.
When the Paging property is set to "Infinite Scrolling", the Scroll Bar property is enabled.
This property applies only at design time.
HowTo: Configure Infinite Scrolling in web applications