Grid - Paging (Server mode)


About this example


This demo shows DJME Grid using Server requests (HTTP GET) for paging.In this demo using the customers data of Northwind database that generate by EF.

Using Pagable() method to allows the Grid paging data or using Pagable(int index,int size). method to specified the init page index and page size.

<%
   Ajax.Dna().Grid(Model)
         ...
         .Pagable()
         .Render();
%>