Performance with Many Rows and Columns

This example showcases a DataGrid with 10.000 rows and 12 columns.

Working with Data

Find out more about how to work with data - both client-side and server-side.

Working with Columns

See our page on using and configuring columns. It shows you how to use and customize columns to your needs.

DataGrid with 10k rows and 12 columns.

Adding more columns will not affect performance, as the DataGrid uses virtualization for both rows and columns.

View Mode
Fork

Note

Infinite Table guarantees you that the user will NEVER see white space when scrolling horizontally or vertically.