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.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class DxGrid :
DxGridBase,
INestedSettingsOwner,
IGridDataPresentationParamsAccessor,
IGrid,
IGridColumnsOwner,
IAsyncDisposable,
ISizeModeAccessor,
IRequireSelfCascading,
IVirtualScrollProviderOwner
Remarks
DevExpress Blazor Grid (DxGrid
) allows you to display, manage, and shape tabular data.
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:
- Use icons instead of default command buttons
- Incorporate Drag and Drop Support
- Display a Context Menu
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
DevExpress.Blazor.Internal.ParameterTrackerComponent
DevExpress.Blazor.Internal.DxGridBase
DxGrid
See Also