The DXGrid features "Server Mode", a binding system that is designed to work specifically with large datasets consisting of 50000 records or more. Using this mode, the grid control is able to display the initial data required to populate the view regardless of the size of the database. This enables rapid scrolling and allows the grid to perform data-aware operations, such as sorting, grouping, filtering and summaries, on the data server side. In this video, we'll take a look at how to enable server mode using LINQ and to load almost a million records from a SQL Server Express database.