Filter Row
Rows can be filtered easily with the Filter Row which is display as a topmost row in a table below the Column Header. When some text is entered into the Filter Row cell, the rows are hidden that do not contain the given text in an appropriate column. The Filter Row can be shown or hidden through the ShowFilterRow property. When filter applied, you can temporarily disable it by clicking the filter button in the List Navigator. More sophisticated filtering can be achieved with Filters setting in the Column Header dropdown menu.
Selected Row
LightGrid gives you several modes how to select some rows. This is done by the SelectionMode property. With the One selection mode only the last clicked row is selected. With MultiSimple option the rows are selected and deselected as you click on them. And with the MultiExtended option you get the usual list behavior last clicked row is selected, to make multi-selection you need to hold Control or Shift key. There is also a None option which disables selecting at all. Selected rows are drawn with their own style defined in ListStyle. The RowSelecting and RowSelected events are raised while selecting rows.
Insert Row
With Insert Row displayed the user can add new rows to the LightGrid. The appearance of the Insert Row is defined in the InsertStyle. The RowEditing and RowEdited events are raised as you edit the new row.
Mark
Marks are graphical marks, which can be displayed at the right side inside the cell. Mark may have the appearance of upper corner, lower corner or strip. You may choose its color. It can be used to mark the particular entry fields. If you want you can add a note to the mark, which would appear as a tooltip when the user points the mouse on a mark. The appearance of the tooltip can be defined as well.

Cell Highlight
Cell Highlight is a feature allowing to effectively emphasize the cell. It is turned on with the Cell.Highlight.Visible property. You can define the Color, Shape and Transparency of highlighting. The size of highlighting is affected by the Size and Oversize properties. Each cell can have its own Highlighting style independent on other cells.

View animation
|
|
Cell Flag
Each LightGrid cell can be marked with a simple graphic sign the Flag. Each flag can have its Color and Shape defined. The options for the shape are Flag, Exclamation, Point, Diamond, Arrow, ArrowUp, ArrowDown and Custom. The flag can be aligned to both left and right side of cell.

Cell Image
Each LightGrid cell can contain an image. It's added either from an ImageList (through ImageIndex property) or directly with the Image property. The image can be aligned to both left and right side of cell.
Progress Bar
The cell can contain the Progress Bar. It can have the value range set through ProgressBarMin and ProgressBarMax properties. The current Progress Bar value is accessible with ProgressBarValue property. The Progress Bar appearance can be defined either on the column or on the individual cell. The value can be displayed as percents with the TextVisible property. The text of the cell can be shown or hidden depending on setting of the TextCellVisible property.

|