PageSize { get; set; } } /// /// DataGrid column settings class used to Save/Load settings. /// public class DataGridColumnSettings { /// /// Property. /// public string UniqueID { get; set; } /// /// Property. /// public string Property { get; set; ...
Sizeable initial download of .NET framework to browser on first load Does depend on WebAssembly support in the browser (although this is now widely supported) One thing to call out here is the initial download time. When someone accesses your Blazor WASM app for the first time their browser ...