This demo shows DJME Grid using Server requests (HTTP GET) for paging, sorting.In this demo using the customers data of Northwind database that generate by EF.
You can use the Sortable method to allows the Grid sorting data.<% Ajax.Dna().Grid(Model) ... .Sortable() .Render(); %>