This application compares the performance of several grid components.
It creates an array with {{data.length | number}} data objects and shows the data on one of several grid options. The application reports how long the binding process took and allows you to select and scroll through the data to see how each grid performs.
Keep in mind that performance is only one of the criteria to use when selecting a grid control. Different controls offer different features. Common grid features include:
Some grids offer these features by default. Others require that you write code. Ideally, grids should provide all basic and intermediate features through simple options. Writing custom code should be required only when implementing advanced features.