Skip to main content Skip to footer
Angular Icon

Virtual Scrolling for Angular Datagrids

With Wijmo's Angular datagrid, FlexGrid, implement a simple type of 'infinite scrolling' through the use of the viewRange property. No matter how large the itemsSource gets, the number of DOM elements remains constant; the data is 'virtualized.'

Virtual Scrolling

Wijmo's Angular datagrid, FlexGrid, allows you to virtualize your data when loading it into the datagrid. As you scroll through FlexGrid, it will load the data into the grid as needed, allowing for increased performance and infinite scrolling.

Virtual Scrolling Demo