# FTRGridView (legacy)

## Overview

This document describes the **legacy** `FTRGridView` control in source file `FTRGridView.cs` (namespace `CustomGridExample`).

**This control is not included in the `FTR.UI.WinForms` NuGet package** (`Compile Remove` in the project file). For shipping applications, use **`FTRGridViewPro`** instead.

**Shipped grid:** `FTRGridViewPro` — namespace `FTRControls.FTRGridView` — see the main [DOCUMENTATION.md](../DOCUMENTATION.md) and toolbox.

## Legacy reference (source only)

Classic owner-drawn data grid with built-in search row, sorting, scrolling, and rounded corners.

**Namespace (source only):** `CustomGridExample`  
**Inherits:** `Control`

## Related types

- `GridColumn` — `Header`, `Width`, `Visible`
- `GridRow` — `Cells` (List\<string\>), `Clone()`
- `GridRowEventArgs`, `GridCellEventArgs`

## See also

- [DOCUMENTATION.md](../DOCUMENTATION.md) — `FTRGridViewPro` section
- [LICENSE-GUIDE.md](../../LICENSE-GUIDE.md)
