This demo shows DJME Grid using Ajax requests for grouping.In this demo using the customers data of Northwind database that generate by EF.
You can use the Groupable Method to support data groupable.The Groupable method has two overload methods .<% Ajax.Dna().Grid() ... .Grouping(groups=>{ groups.Add(m=>City); }) .Render(); %>