Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Tuesday, October 14, 2025ColdSunny642.8
Wednesday, October 15, 2025ColdSunny439.2
Thursday, October 16, 2025ColdSunny337.4
Friday, October 17, 2025ColdPartly cloudy133.8
Saturday, October 18, 2025ColdSunny133.8
Sunday, October 19, 2025ColdPartly cloudy235.6
Monday, October 20, 2025ColdSunny337.4
Tuesday, October 21, 2025ColdSunny337.4
Wednesday, October 22, 2025ColdSunny235.6
Thursday, October 23, 2025ColdSunny133.8
Friday, October 24, 2025ColdSunny235.6
Saturday, October 25, 2025ColdCloudy133.8
Sunday, October 26, 2025ColdPartly cloudy133.8
Monday, October 27, 2025ColdSunny337.4
Tuesday, October 28, 2025ColdPartly cloudy133.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.