Specifies the position of RadGridView's insert row.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum GridViewNewRowPosition
Fields
Display the insert row at the bottom after the last standard row.
C#
Bottom = 1
Remarks:
This mode is supported only when GroupRenderMode is Flat.
Do not display the insert row.
C#
None = 2
Display the insert row on top.
C#
Top = 0