Product Info
SourceGrid 1.2.11.0 is a grid control that adds basic unbound data capabilities to .NET Windows Forms applications. Some believe the DataGrid and DataSet classes of the .NET Framework are not flexible enough. SourceGrid allows simple data to be displayed, without relying on XML. Useful for simple apps, it lacks features such as databinding, WYSIWYG design-time and printer support, as well as grouping and master/detail capabilities.
What's new in current version
- HTML Export
- Some bugs and performance fixed
- Now you can share any model between two or more grid (For this bug I change same methods: EditControl->GetEditorControl, TextBox->GetEditorTextBox, ...)
- Added Grid.CellsContainer to access to the inner panel that contains the cells.
- Some bugs fixed