The Grid control supports several cell types including text box, combo box, combo box autocomplete, check box, button, numeric spin box, drop-down list, drop-down calculator, password, link label, color picker, chart, progress bar, rich text, picture box, slider, UI editor, Web browser, XHTML, radio button, embedded grid cells, and editor types like masked edit, double edit, integer edit, percent edit, button edit, and date-time edit.
In addition, you can place any Windows Forms control or any custom control inside a cell using the control cell type.
Cell types are implemented using a highly efficient flyweight pattern-based architecture. Thousands of cells can share the same control instance providing tremendous savings in resources. This enables Essential Grid to handle billions of rows with ease.
The Grid control provides a pluggable cell renderer architecture for easily implemeting custom cell types without compromising on performance.