Library Blazor Components NextGrid Articles Quick Start 2.Connecting the data

2.Connecting the data

Data is provided by ItemsSource parameter. Data need to be contained of items of type specified by T type parameter.

razor
<NextGrid T=“Product” ItemsSource=“Products” />

Sign in