Buscar contenidos

martes, 24 de octubre de 2017

Nuget MVCGrid.net

Link

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.
The primary goal of this project is to provide the core grid functionality, along with a very simple and easy-to-use client-side API to allow you to easily add the additional front-end interaction you need. You can add it to your project very easily and get it running with minimal effort, but it also has the extensibility to customize when needed.
You configure your grids on app start, and provide a function callback to actually query your data. The library will handle the ajax requests. It will parse and validate the requested options and then pass the QueryOptions to your function to retrieve the 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 and column visibility support with minimal client-side code

No hay comentarios:

Publicar un comentario