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.
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
- Synchronous Data Binding
- Asynchronous Data Binding
- Observable Data Collections
- Large Data (Server Mode Sources)
- Large Data (Queryable Collections)
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