Microsoftが2019年にBlazor Serverをリリースしてから、Blazor WebAssembly、Blazor Hybridなど進化が今でも続いております。 ASP.NET Core Blazor のホスティング モデル Blazor のホスティング モデルと、使用するモデルを選択する方法について説明します。 learn.microsoft.com 以前 ...
On the project, we decided to replace the old table with Radzen DataGrid connected through the render server. To our surprise, the Radzen DataGrid was loading 7-10 times slower! It was discovered that ...
On RowSelect, bounded selected property represents previous selected row. Workaround: use property setter (which is sync only...) To check/reproduce: implement a property setter (on rowselect bind) ...