Specifies if a list is a virtualized.
Member of List (PRIM_LIST)
Data Type - Enumeration
When Virtualisation is set to 'page' rows are added to the DOM as required. When Virtualization is set to 'None' all rows items are added to the DOM on initialization of the list. Setting Virtualization to 'None' should only considered for low volume lists or when Virtualization(Page) encounters problems with scrolling.
Febuary 18 V14SP2