Grid - Filtering (Server mode)


About this example


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

Input the filter text in the textbox and choice the filter condition. Using Filterable() method to show the filter columns.

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