$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Data Grid WinForms Control
Create data gird view in C# with modern user interface for your Windows Forms applications
Home > WinForms UI Controls > User Manual > Data Grid Selection in C#

Selection for C# DataGridView Control

Kettic GridView provides users of GridView Control the selection functionality to select one or more rows or cells from the shown data. This selection features support multiple selection functionality and rows and cells selection in C# code. For example, the GridView component supports a single row selection, multiple rows selection, a single cell selection, as well as multiple cells selection. UI designers can easily customize the GridView selection manually.

Create Multiple Selection for GridView

The multiple selection support by KetticGridView help end users to select more than one items at a time from the data that are shown in grid. However, the functionality doesn’t enable by default setting. To enable this feature, GridView UI designers need to change the value of the MultipleSelect property to true for their C# Windows Forms application. The multiple selections allow users to perform selections as following.
  • Selecting multiple rows in data grid
  • Selecting multiple cells in data grid
  • Rectangle selection in data grid
  • CurrentRow and CurrentCell when multiple selection is used

Rows and Cells Selection in C#

The KetticGridView also allows the end users to select a single row or cell as well as multiple rows and cells at a time from the data that are shown in grid. UI designers can easily customize the GridView rows and cells selection manually for their C# Windows Forms application. The rows and cells selections allow users to perform selections as following.
  • A single row selection in data grid
  • Multiple rows selection in data grid
  • A single cell selection in data grid
  • Multiple cells selection in data grid

Tutorial of Selecting Grid Data

UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls