Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Monday, November 24, 2025ColdStorm-228.4
Tuesday, November 25, 2025ColdPartly cloudy-424.8
Wednesday, November 26, 2025ColdSunny-424.8
Thursday, November 27, 2025ColdSunny-424.8
Friday, November 28, 2025ColdCloudy-424.8
Saturday, November 29, 2025ColdSunny-424.8
Sunday, November 30, 2025ColdSunny-424.8
Monday, December 1, 2025ColdSunny-621.2
Tuesday, December 2, 2025ColdSunny-915.8
Wednesday, December 3, 2025FreezingStorm-1112.2
Thursday, December 4, 2025FreezingPartly cloudy-138.6
Friday, December 5, 2025ColdSunny-1112.2
Saturday, December 6, 2025FreezingStorm-915.8
Sunday, December 7, 2025FreezingCloudy-719.4
Monday, December 8, 2025ColdSunny-817.6
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.