Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Live Scroll Grid with Cache (also known as Paging Grid) is an advanced version of the Live Scroll Grid that caches the viewed page data on the browser as well as provide fixed action column as the first column for easier operation.

...

The Live Scroll Grid with Cache comes with dedicated Action column, which contains icons to emulate the click and context click events of the grid.

Generally, the icon on the left opens the menus or the form called in the CWEC.CELL_DBLCLICK and icon on the right opens the menus or form called in the CWEC.CONTEXT_CLICK event.

Info
titleDevice Compatibility

In Tablet devices, only the first three columns will appear allowing the other columns accessible through the collapsible expand icon. Only the CWEC.CONTEXT_CLICK handler will be available and the rest 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. Only the CWEC.CONTEXT_CLICK handler will be available and the rest will be disabled. Each page records are loaded by scrolling.


Note

To load new set of records on scrolling to the bottom of the particular paging grid widget, you must specify the env option in the appropriate listener file of the paging grid widget, as shown in the following code snippet: 

Code Block
languagejs
ct.env.options.widget.enableLoadOnScroll=true;



In the following sections, let's see the configurations of a Live Scroll Grid with Cache App View type in App Designer:

...