expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors.md
List Editor that can be used in XAF ASP.NET Core Blazor applications to display List Views in a UI.
Namespace : DevExpress.ExpressApp.Blazor.Editors
Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll
NuGet Package : DevExpress.ExpressApp.Blazor
public class DxGridListEditor :
DxGridListEditorBase
Public Class DxGridListEditor
Inherits DxGridListEditorBase
List Views use List Editors to display object collections in a UI. The DxGridListEditor displays data in a table:
To display object collections, the DxGridListEditor uses an instance of the DxGrid class.
Features include:
The DxGridListEditor is enabled by default for v22.1+ projects.
If you updated your project from v21.2 or earlier, do the following:
Open the MySolution\Blazor.Server\Model.xafml file. In the Model Editor, go to ApplicationName | Views. Set the DefaultListEditor property to DevExpress.ExpressApp.Blazor.Editors.DxGridListEditor.
If you enabled the DxGridListEditor manually in v21.2, remove the corresponding code from your application. To see this code, use the selector at the top of this page to switch to the V21.2 documentation version.
If you edited DxGridListEditor model properties, update your code according to the following tutorial: How to: Access the Grid Component in a List View.
DxGridListEditor does not support Batch Edit in Server data access mode.DxGridListEditor does not support Queryable data access mode.Object ListEditor ColumnsListEditor DxGridListEditorBase DxGridListEditor
See Also