Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 606 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 606 Bytes

MVCGrid.Net

A grid for ASP.NET MVC and Bootstrap with ajax paging and sorting. Also has filtering support, export to csv, back button support, and graceful degradation.

Easily configurable. All AJAX calls are handled for you... Simply tell it how to get your data!

Features

  • Uses your existing model objects
  • Server-side sorting and paging using AJAX
  • updates query string to support maintaining grid state when navigating back
  • gracefully degrades on older browsers (works on IE8)
  • Built-in exporting to csv
  • Filtering support with minimal client-side code

Usage

See http://mvcgrid.net