Data Binding

 
DateForecastCloud CoverTemp. (℃)Temp. (℉)
Sunday, August 23, 2026WarmPartly cloudy1660.8
Monday, August 24, 2026WarmSunny1660.8
Tuesday, August 25, 2026WarmPartly cloudy1660.8
Wednesday, August 26, 2026WarmSunny1660.8
Thursday, August 27, 2026ColdStorm1660.8
Friday, August 28, 2026WarmSunny1660.8
Saturday, August 29, 2026WarmSunny1660.8
Sunday, August 30, 2026WarmSunny1660.8
Monday, August 31, 2026ColdCloudy1660.8
Tuesday, September 1, 2026ColdSunny1050
Wednesday, September 2, 2026ColdCloudy1050
Thursday, September 3, 2026ColdSunny1050
Friday, September 4, 2026ColdSunny1050
Saturday, September 5, 2026ColdCloudy1050
Sunday, September 6, 2026ColdSunny1050
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.