Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Monday, September 22, 2025WarmSunny1253.6
Tuesday, September 23, 2025ColdStorm1050
Wednesday, September 24, 2025ColdSunny1050
Thursday, September 25, 2025ColdCloudy1050
Friday, September 26, 2025ColdPartly cloudy1050
Saturday, September 27, 2025ColdCloudy1050
Sunday, September 28, 2025ColdCloudy1050
Monday, September 29, 2025ColdPartly cloudy1253.6
Tuesday, September 30, 2025ColdStorm1253.6
Wednesday, October 1, 2025ColdPartly cloudy744.6
Thursday, October 2, 2025ColdSunny541
Friday, October 3, 2025ColdSunny642.8
Saturday, October 4, 2025ColdSunny337.4
Sunday, October 5, 2025ColdPartly cloudy235.6
Monday, October 6, 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.