Data Binding

 
Date Forecast Cloud Cover Temp. (℃) Temp. (℉)
Sunday, March 15, 2026ColdPartly cloudy541
Monday, March 16, 2026ColdCloudy235.6
Tuesday, March 17, 2026ColdSunny439.2
Wednesday, March 18, 2026ColdSunny541
Thursday, March 19, 2026ColdPartly cloudy337.4
Friday, March 20, 2026ColdSunny541
Saturday, March 21, 2026ColdSunny235.6
Sunday, March 22, 2026ColdPartly cloudy235.6
Monday, March 23, 2026ColdPartly cloudy439.2
Tuesday, March 24, 2026ColdSunny133.8
Wednesday, March 25, 2026ColdPartly cloudy-228.4
Thursday, March 26, 2026ColdSunny-424.8
Friday, March 27, 2026FreezingStorm-621.2
Saturday, March 28, 2026FreezingStorm-424.8
Sunday, March 29, 2026FreezingStorm-424.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.