# SourceGrid **Repository Path**: gitmy/SourceGrid ## Basic Information - **Project Name**: SourceGrid - **Description**: SourceGrid - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-09-15 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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. ![Overview Image](/img/SourceGrid_Overview.jpg) For more detailed information, Refer to the article at [CodeProject](https://www.codeproject.com/Articles/3531/SourceGrid-Open-Source-C-Grid-Control) # Requirements * Visual Studio 2022 * .Net 4.8 # 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 # Credits - Davide Icardi - Darius Damalakas - [Siemens](https://github.com/siemens/sourcegrid/) # License This project is licensed under the MIT License.