SourceGrid is a free open source grid control. Supports virtual grid, custom cells and editors, advanced formatting options and many others features SourceGrid is a Windows Forms control written entirely in C#, goal is to create a simple but flexible grid to use in all of the cases in which it is necessary to visualize or to change a series of data in a table format. There are a lot of controls of this type available, but often are expensive, difficult to be customize or not compatible with .NET. SourceGrid allows users to have customizable datasource which is not in DataSet format.
For more detailed information, Refer article at CodeProject
There only a few preconditions which must be fulfilled.
- Visual Studio 2017
- .Net 3.5
- Enhancement: Smooth horizontal and vertical scrolling
- Enhanced Freeze panes(FixedRow and FixedColumn) and made it independent of Header row\column count
- Introduced a boundary(defined by user) to stop auto scrolling
- Filter row support in DataGrid
- Support for Drag and drop of cells
- Performance improvement while loading grid- CreateControl
- Selectable readonly cells
- Introduced a disabled cell mode
- Fixed bugs in clipboard, spanning etc
Refer Changes_Wiki for more information
This project is licensed under the MIT License - see the LICENSE.md file for details