Skip to main content
Version: 4.54

DisplayMode

Determines in which way the elements should be loaded.

warning

When using the displayMode lazy or lazyAndPaged, the grid will not filter. It is not possible to change or access non visible layers in these modes.

This type can have the following values.

ValueDescription
"eager"All views are generated immediately.
"lazy"Each view is generated when displayed.
"lazyAndPaged"Each view is generated when displayed and loaded in blocks.