Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxGrid Class

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
public class DxGrid :
    DxGridBase,
    INestedSettingsOwner,
    IGridDataPresentationParamsAccessor,
    IGrid,
    IGridColumnsOwner,
    IAsyncDisposable,
    IVirtualScrollProviderOwner

#Remarks

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

#Features

The list below includes features available in the Blazor Grid component:

#Examples

The DevExpress Blazor Grid ships with GitHub feature-based examples, such as:

You can find more examples in the following topic: Blazor Grid - Examples.

#Troubleshooting

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

#Inheritance

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