
No gimmicks… simply nice coding, nice design and a easy person expertise from either side (yours and the viewers).
“Customized grid” is ASP.NET grid developed from the bottom as much as be the only, most customizable grid doable. It’s a clear, minimalistic grid that can be utilized for any variety of functions.
Options:
- Gimmick-free, Desk-based design & Legitimate HTML
- 2 shade schemes (with choice to customise the grid css)
- Filters for textual content, numbers and dates with massive variety of filter choices
- Easy and Superior paging
- Content material formatting
Quick Documentation: http://customgrid.arthaus.mk/documentation/
Full Detailed Documentation: http://customgrid.arthaus.mk/HelpFiles/HowTo.html
Demo: http://customgrid.arthaus.mk/
Replace:
We made updates on the grid drop down column and now it might probably help the next filter sorts:
– choose
– select-int
– select-long (solely in linq question strategy)
– simple to make use of multi language help
– suitable with MVC 5/6
Quick directions about utilizing the brand new column:
CustomGrid.CustomGrid.column(“Int DropDown Filter”, “{1}”, new string[]{“ID”, “FirstName”}, ViewBag.DropDownList, true, “left”, “select-int”)
or
CustomGrid.CustomGrid.column(“Int DropDown Filter”, “ID”, ViewBag.DropDownList, true, “left”, “select-int”)
The logic is included in “Instance 5” in demo challenge (see modifications on SampleGrid5() methodology in dwelling controller and modifications made in /View/Dwelling/SampleGrid5.cshtml)