Skip to main content
A newer version of this page is available. .

DxGrid Class

A Grid component.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxGrid :
    ParameterTrackerComponent,
    INestedSettingsOwner,
    IGridPagingParamsAccessor,
    IGrid,
    IAsyncDisposable

Remarks

<DxGrid> allows you to edit and shape data in a tabular format. For more information on the component’s current status and our future plans, refer to the following blog post: A New Blazor Grid Control (Preview).

Grid Overview

Run Demo: Grid - Overview

Add a Grid to a Project

Follow the steps below to add the Grid component to an application:

  1. Use a DevExpress Project Template to create a new Blazor Server or Blazor WebAssembly application. If you use a Microsoft project template or already have a Blazor project, configure your project to incorporate DevExpress Blazor components.
  2. Add the <DxGrid></DxGrid> markup to a Razor page.
  3. Bind the Grid to a data source.
  4. Add columns to the Grid’s markup.
  5. Specify other Grid options (see the feature list below).

Feature List / Online Demos

The list below includes available Data Grid features.

Data Binding

Columns

Sort Data

Group Data

Filter Data

Batch Modifications

Summary

Paging

Appearance

Inheritance

Object
ComponentBase
DevExpress.Blazor.Internal.ParameterTrackerComponent
DxGrid
See Also