InLine Editing Performance with PageSize=200

I have a Grid that needs to show 200 rows. When I click on edit inline button it takes 2 seconds to load edit mode and when I try to edit a RadzenTextBox in EditTemplate there is a huge delay after typing a letter and shows on screen.

The same happen in the example of Radzen Components:


Changing PageSize to 200

Editing a RadzenTextBox and start typing in EditTemplate has a very bad performance

Thanks in advanced

The bigger the rendered/updated HTML from Blazor, the slower will be the response - especially in server Blazor.

1 Like