Skip to content

Commit

Permalink
updated description text
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Harrison committed Feb 25, 2015
1 parent 3e1f02d commit a8aa188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MVCGridExample/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,17 @@

<h1>MVCGrid.Net</h1>
<p>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.</p>

<p>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.</p>

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


Expand Down

0 comments on commit a8aa188

Please sign in to comment.