GridView.ShowPopupEditForm() Method
Opens an Edit Form for the focused row as a separate modal window.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Remarks
The ShowPopupEditForm method displays an Edit Form as a separate modal window. This method is in effect if the GridOptionsBehavior.EditingMode property is set to a value that enables data editing via an Edit Form.
To display an Edit Form as an inline panel, call the GridView.ShowInplaceEditForm method. To display an Edit Form based on the Edit Form type specified in the GridOptionsBehavior.EditingMode property, call the GridView.ShowEditForm method.
Note
If there is insufficient space in the Grid
Note
If the GridGrid
and Grid