Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Monday, September 1, 2025WarmSunny1762.6
Tuesday, September 2, 2025WarmPartly cloudy1457.2
Wednesday, September 3, 2025ColdCloudy1151.8
Thursday, September 4, 2025ColdSunny1050
Friday, September 5, 2025ColdStorm1253.6
Saturday, September 6, 2025ColdSunny1050
Sunday, September 7, 2025ColdCloudy1151.8
Monday, September 8, 2025WarmSunny1253.6
Tuesday, September 9, 2025ColdPartly cloudy1355.4
Wednesday, September 10, 2025WarmSunny1355.4
Thursday, September 11, 2025WarmSunny1559
Friday, September 12, 2025ColdStorm1253.6
Saturday, September 13, 2025ColdPartly cloudy1355.4
Sunday, September 14, 2025WarmSunny1253.6
Monday, September 15, 2025WarmSunny1457.2
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.