This is an example of using the DXGrid in Server mode, bound to Entity Framework 4.0+ classes. It uses the EntityServerModeSource data source. The example fetches data from the Northwind database on a local SQL Server.
You can also use the corresponding demo code to generate a large data set, if currently, you don't have a large database for testing.
See Also:
Is it possible to use the Entity Framework 6+ and Server Mode together
Customizing Entity Classes in VS 2010