Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Sunday, April 5, 2026ColdStorm642.8
Monday, April 6, 2026ColdSunny541
Tuesday, April 7, 2026ColdSunny642.8
Wednesday, April 8, 2026ColdPartly cloudy439.2
Thursday, April 9, 2026ColdCloudy439.2
Friday, April 10, 2026ColdSunny439.2
Saturday, April 11, 2026ColdCloudy642.8
Sunday, April 12, 2026ColdSunny439.2
Monday, April 13, 2026ColdCloudy439.2
Tuesday, April 14, 2026ColdSunny439.2
Wednesday, April 15, 2026ColdPartly cloudy439.2
Thursday, April 16, 2026ColdStorm541
Friday, April 17, 2026ColdCloudy642.8
Saturday, April 18, 2026ColdSunny439.2
Sunday, April 19, 2026ColdPartly cloudy439.2
Data grid with 15 rows and 5 columns
0 rows are selected

Our Blazor Grid is a data-aware component that allows you to display and manage tabular data with absolute ease. In this demo, the DevExpress Blazor Grid is bound to a data collection available during synchronous component initialization. To replicate this sample, bind the Data parameter to a C# field or property and populate this field or property with data inside the OnInitialized lifecycle method.

To display data within the Blazor Grid, declare DxGridDataColumn objects in the Columns template and use each object's FieldName property to assign data fields.