DataGrid: simplest hand made static grid (table) possible?

I love the new Blazor DataGrid density and I need to construct a grid -- but by hand! There is no sample for constructing a html-table-like grid without a dynamic data source. This "table on steroids" would have the advantage of all the radzen styling features etc. And my data is a static long list of lables plus radio-button-lists.

Question is: Do I need use the TItem approach by coding a dictionary for my one-shot statics, or is there a way to just hand code the RadzenGrid in the .razor file without TItems?

There isn't because RadzenDataGrid does not support that. RadzenDataGrid needs its Data property to be set.

1 Like