Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.74 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.74 KB

Build status

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

For more detailed information, Refer article at CodeProject

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 for more information

License

This project is licensed under the MIT License - see the LICENSE.md file for details