Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Sunday, April 5, 2026ColdSunny1050
Monday, April 6, 2026ColdSunny846.4
Tuesday, April 7, 2026ColdSunny744.6
Wednesday, April 8, 2026ColdSunny846.4
Thursday, April 9, 2026ColdSunny744.6
Friday, April 10, 2026ColdSunny948.2
Saturday, April 11, 2026WarmSunny1151.8
Sunday, April 12, 2026ColdStorm948.2
Monday, April 13, 2026ColdPartly cloudy1151.8
Tuesday, April 14, 2026ColdSunny1050
Wednesday, April 15, 2026ColdPartly cloudy1050
Thursday, April 16, 2026ColdSunny744.6
Friday, April 17, 2026ColdSunny642.8
Saturday, April 18, 2026ColdCloudy846.4
Sunday, April 19, 2026ColdStorm642.8
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.