Cell Customization Demo

This sample illustrates the various options to customize the cells in grid.

Floating Cellsscreenshot

Floating Cells

"Floating Cell" is a term used to describe cells with content that occupies adjacent, empty cells. The values of these cells float over the neighboring cells.

Features:

Interactive Features:

Covered Cells

The covered cell is obtained by grouping a range of cells and modifying their behavior to act as a large single cell.

Features:

Banner Cells

Banner cells are multiple cells spanned by a single background image.

Features:

Custom Border Cells

The use of GridStyleInfo.BorderMargins and GridControlBase.DrawCellFrameAppearance events in drawing custom borders around cells is illustrated. Some cells show a texture-brush border, while others show a gradient border.

Features:

Custom Draw in Grid Cells

Custom Draw in Grid cells demonstrates handling custom painting in grid cells. Essential Grid contains many custom draw events such as CellDrawn and DrawCell to provide required look and feel to the application.

Features: