Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Monday, September 1, 2025ColdStorm1660.8
Tuesday, September 2, 2025WarmPartly cloudy1559
Wednesday, September 3, 2025WarmSunny1253.6
Thursday, September 4, 2025ColdStorm1457.2
Friday, September 5, 2025WarmSunny1151.8
Saturday, September 6, 2025ColdPartly cloudy1355.4
Sunday, September 7, 2025WarmSunny1355.4
Monday, September 8, 2025WarmSunny1253.6
Tuesday, September 9, 2025ColdCloudy1151.8
Wednesday, September 10, 2025WarmSunny1355.4
Thursday, September 11, 2025ColdPartly cloudy1151.8
Friday, September 12, 2025ColdCloudy1355.4
Saturday, September 13, 2025ColdCloudy1559
Sunday, September 14, 2025WarmSunny1762.6
Monday, September 15, 2025WarmSunny1864.4
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.