DropDownCell Demo

DropDownCell Demo illustrates the usage of different dropdown controls as celltypes in grid cells. You will learn how to place combo boxes, multicolumn drop-down lists, color edits, calendars into cells.

Essential Grid uses a control-sharing architecture. While a combo box may appear in many different cells (even with different drop-list content), there is usually only a single combo box that is moved around and populated as needed. This architecture allows Essential Grid to have many different controls without the overhead of creating multiple controls of the same type. You can even create your own custom control types. Other samples like Derived Cell Control Tutorial, Cell Buttons and Virtual Tree Grid have examples of derived cell controls.

Given below is an image of the sample.

Cell Types screenshot

Features:

In this sample,

RichTextCells

Interactive Features with ComboBox and GridListControl

Cell Options