Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Monday, September 22, 2025WarmSunny1660.8
Tuesday, September 23, 2025WarmSunny1457.2
Wednesday, September 24, 2025ColdCloudy1355.4
Thursday, September 25, 2025WarmSunny1151.8
Friday, September 26, 2025WarmSunny1253.6
Saturday, September 27, 2025WarmSunny1355.4
Sunday, September 28, 2025ColdCloudy1355.4
Monday, September 29, 2025ColdPartly cloudy1253.6
Tuesday, September 30, 2025ColdCloudy1050
Wednesday, October 1, 2025ColdSunny337.4
Thursday, October 2, 2025ColdCloudy235.6
Friday, October 3, 2025ColdPartly cloudy133.8
Saturday, October 4, 2025ColdSunny235.6
Sunday, October 5, 2025ColdCloudy133.8
Monday, October 6, 2025ColdSunny133.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.