Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Monday, March 9, 2026ColdPartly cloudy337.4
Tuesday, March 10, 2026ColdSunny541
Wednesday, March 11, 2026ColdSunny744.6
Thursday, March 12, 2026ColdSunny846.4
Friday, March 13, 2026ColdStorm846.4
Saturday, March 14, 2026ColdSunny642.8
Sunday, March 15, 2026ColdSunny541
Monday, March 16, 2026ColdPartly cloudy235.6
Tuesday, March 17, 2026ColdCloudy337.4
Wednesday, March 18, 2026ColdPartly cloudy541
Thursday, March 19, 2026ColdSunny439.2
Friday, March 20, 2026ColdSunny337.4
Saturday, March 21, 2026ColdSunny337.4
Sunday, March 22, 2026ColdSunny541
Monday, March 23, 2026ColdCloudy642.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.