VB.NET, C#
Unlike other grids whose unbound capabilities are limited to adding unbound columns to a data-bound grid, Xceed Grid for WinForms lets you work exclusively with unbound data. This sample application demonstrates a grid that is completely unbound.
Adding or removing data rows
Moving data rows up and down
Adding or removing columns
How to derive from Xceed.Grid.GridControl to modify the behavior of the Enter key through the ProcessCmdKey method
In the Modify unbound grid section, click on a button to perform various actions on data rows and columns.
C#: Xceed Samples\Xceed Grid for WinForms v#.#\CSharp\UnboundMode\Xceed.Grid.Samples.UnboundMode.csproj
VB.NET: Xceed Samples\Xceed Grid for WinForms v#.#\Visual Basic .NET\UnboundMode\Xceed.Grid.Samples.UnboundMode.vbproj