Table of Contents
NewItemIndicatorHtml Property

Gets or sets the HTML for the new item indicator.

Syntax
 public String NewItemIndicatorHtml { get; set; }
Remarks

When AllowNewItem is set to true, the grid displays an empty row after the last row. In order to differentiate this special row and all other regular rows, RowNumberColumn does not display a row number for this row. It displays the value of this property instead.

See Also