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
Note: this fork is created by Michael Tsai to support .NET 6.
- Visual Studio 2022
- .NET 6
- Upgraded project file format to SDK-style using .NET Upgrade Assistant.
- Changed target framework from .NET 3.5 to .NET 6.
- Fixed obsolete code. For example: ContextMenu is replaced by ContextMenuStrip.
- Removed unused code files.
- Use MinVer for easy versioning with tag name.
- Automatically deploy the package to NuGet.org.
See CHANGELOG.md for more information.
See https://github.com/siemens/sourcegrid for original README.
This project is licensed under the MIT License - see the LICENSE.md file for details