Info
| Version: | 2.2.20140120 | 
| Author(s): | Michael Leibman | 
| Last Update: | Thursday, January 23, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://github.com/mleibman/slickgrid | 
| NuGet Url: | https://www.nuget.org/packages/SlickGrid | 
Install
Install-Package SlickGrid
                        dotnet add package SlickGrid
                        paket add SlickGrid
                        
                                SlickGrid Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- jQuery(1.7)
- jquery.event.drag(2.2.0)
Tags
 
                
It is an advanced component and is going to be a bit more difficult to learn and configure, but once you realize its full potential, it will blow your mind!
Some highlights:
- Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness)
- Extremely fast rendering speed
- Supports jQuery UI Themes
- Background post-rendering for richer cells
- Configurable & customizable
- Full keyboard navigation
- Column resize/reorder/show/hide
- Column autosizing & force-fit
- Pluggable cell formatters & editors
- Support for editing and creating new rows.
- Grouping, filtering, custom aggregators, and more!
- Advanced detached & multi-field editors with undo/redo support.
- “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data.