Skip to content

feat: Add IsFixed parameter to DataGrid  #3920

Closed
@vnbaaij

Description

@vnbaaij

Add a boolean parameter IsFixed to the FluentDataGrid component (like the IsFixed parameter that exists on the standard Blazor Cascading Value component).

The default value of false means the grid continues to behave like it did in v4.11.9. When set to true, the developer can indicate that the grid's dataset is not expected to change during its lifetime.
This replaces the new refresh logic that was implemented in v4.12.0

Metadata

Metadata

Assignees

Labels

improvementA non-feature-adding improvement

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions