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” />
Data is provided by ItemsSource
parameter. Data need to be contained of items of type specified by T
type parameter.
<NextGrid T=“Product” ItemsSource=“Products” />