SimpleGrid

SimpleGrid is an ASP.Net Core Grid Control. Here are some samples to demonstrate how to use it.

Name Description
AJAX Use AJAX for paging and search in the grid.
Basic Usage A minimial SimpleGrid. This includes the Movie model for reference which is used in many of the other Samples as well.
Bullet List Render an HTML bullet list
Column Display How to build the item render.
Column Headers How to specify what text to render for column headers.
Column Selection There are several ways to control which columns to include in your grid.
CSS Apply CSS classes and styles to the table, header, and rows.
Date and Time Handle local timezone DateTime.
Embedding Grids Embed TwoColumnGrids and SimpleGrids inside your grid. How meta!
Encoding Disable encoding to embed raw HTML
Enum Render an enumerated value as an int, field name, or Display Name.
Extensions Create your own custom SimpleGrid extension!
Footer Add a footer row to the Grid.
Form Use a SimpleGrid as form. This demonstrates checkbox handling.
Form2 Use a SimpleGrid as form. This demonstrates editing models and recieving updated data in your controller.
Installation Just install the NuGet package and go!
Kitchen Sink A sample SimpleGrid using many of the options available.
Links Create links in item render
MultipleGrids Provide a GridId if you want to paginate or search multiple grids on one page.
No Headers Surpress column headers altogether.
Options Set some grid options such as maximum rows and the No records message. Also override partial view with your own.
Order Columns Order the columns based on the Display.Order Attribute
Pagination Add a Pager to the grid for large data sets.
Row Modifier Apply CSS on a row based on criteria.
Row Numbers Include a column with the column number.
Search Add custom search capabilities quickly and easily.
Sorting Enable dynamic sorting on based on columns and specify the default sort order.