# SourceGrid **Repository Path**: jionfull/SourceGrid ## Basic Information - **Project Name**: SourceGrid - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-07-24 - **Last Updated**: 2024-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build status](https://ci.appveyor.com/api/projects/status/bi9kof78cbfrbknf?svg=true)](https://ci.appveyor.com/project/sandhraprakash/sourcegrid) ## SourceGrid 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. ![Overview Image](/img/SourceGrid_Overview.jpg) For more detailed information, Refer article at [CodeProject](https://www.codeproject.com/Articles/3531/SourceGrid-Open-Source-C-Grid-Control) # Preconditions There only a few preconditions which must be fulfilled. * Visual Studio 2017 * .Net 3.5 # Changes: 1. Enhancement: Smooth horizontal and vertical scrolling 2. Enhanced Freeze panes(FixedRow and FixedColumn) and made it independent of Header row\column count 3. Introduced a boundary(defined by user) to stop auto scrolling 4. Filter row support in DataGrid 5. Support for Drag and drop of cells 6. Performance improvement while loading grid- CreateControl 7. Selectable readonly cells 8. Introduced a disabled cell mode 9. Fixed bugs in clipboard, spanning etc Refer [Changes_Wiki](https://github.com/siemens/sourcegrid/wiki/Changes) for more information # License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/siemens/sourcegrid/blob/master/LICENSE) file for details