Skip to main content

DxGrid Class

A control that displays data in tabular format and allows users to edit, sort, group, filter, and otherwise shape that data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxGrid :
    ParameterTrackerComponent,
    INestedSettingsOwner,
    IGridDataPresentationParamsAccessor,
    IGrid,
    IAsyncDisposable,
    ISizeModeAccessor,
    IRequireSelfCascading,
    IVirtualScrollProviderOwner

Remarks

The DevExpress Blazor Grid (DxGrid) allows you to display, manage, and shape tabular data.

Grid Overview

Run Demo: Grid - Overview Read Tutorial: Get Started with Grid Watch Video: Get Started with Grid

Troubleshooting

If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.

Features

The list below includes available Grid features.

Data Binding

Sort Data

Group Data

Edit Data

Filter Data

Summary

Selection

Focus

Master-Detail View

Column Types

Column Management

Save and Restore the Layout

Export Data

Appearance

Paging and Scrolling

Keyboard Support

Inheritance

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