Enum GridViewNewRowPosition
Specifies the position of RadGridView's insert row.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum GridViewNewRowPosition
Bottom
Display the insert row at the bottom after the last standard row.
None
Do not display the insert row.
Top
Display the insert row on top.