Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Saturday, March 14, 2026ColdSunny235.6
Sunday, March 15, 2026ColdSunny032
Monday, March 16, 2026ColdSunny-228.4
Tuesday, March 17, 2026ColdStorm-130.2
Wednesday, March 18, 2026ColdSunny-228.4
Thursday, March 19, 2026ColdSunny-130.2
Friday, March 20, 2026ColdPartly cloudy-326.6
Saturday, March 21, 2026ColdSunny-326.6
Sunday, March 22, 2026ColdSunny-424.8
Monday, March 23, 2026ColdSunny-326.6
Tuesday, March 24, 2026ColdSunny-228.4
Wednesday, March 25, 2026ColdPartly cloudy-523
Thursday, March 26, 2026ColdPartly cloudy-621.2
Friday, March 27, 2026ColdSunny-621.2
Saturday, March 28, 2026ColdSunny-621.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.