App Designer - Live Scroll Grid
Live Scroll grid (also known as List Grid) is similar to Simple Grid that uses scroll based paging for navigating across the pages. This will have only page data available in the browser at any point in time and users get new data every time they scroll-down in grid.
Additional features of Live Scroll Grid when compared to Simple Grid as as follows:
- In compact mode, Live Scroll Grid enables the user to scroll using the directional arrows.
- For page navigation, Live Scroll Grid provides Previous and Next buttons.
Device Compatibility
In Tablet devices, only the first three columns will appear allowing the other columns accessible through the collapsible expand icon. All the event handlers (context click, cell click and data drilling) will be disabled. Each page records are loaded by scrolling.
In Mobile devices, only the first two columns will appear allowing the other column accessible through the collapsible expand icon. All the event handlers (context click, cell click and data drilling) will be disabled. Each page records are loaded by scrolling.
In the following sections, let's see the configurations of a Live Scroll Grid App View type in App Designer:
For more details on the Live Scroll Grid View, refer the following pages