Xceed Grid for WinForms v4.3 Documentation
UnboundMode Sample Application
Welcome to Xceed Grid for WinForms v4.3 > Sample applications > UnboundMode Sample Application

Programming languages

VB.NET, C#

Overview

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.

Demonstrates

  • 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

How to use

In the Modify unbound grid section, click on a button to perform various actions on data rows and columns.

Project location & filename

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