Files to look at:
- HomeController.cs (VB: HomeController.vb)
- XpoHelper.cs (VB: XpoHelper.vb)
- MyObject.cs (VB: MyObject.vb)
- _GridViewPartial.cshtml (VB: GridViewPartial.vbhtml)
- Index.cshtml (VB: Index.vbhtml)
How to bind GridView to XPO in Server Mode
The example demonstrates how to bind the GridView extension to a LINQ to XPO data source using the GridViewExtension.BindToLINQ method.
See also:
Provide with GridView extension method to bind it to XPO in Server Mode
How to use XPO in an ASP.NET MVC application