Skip to content

[SOLVED] How to reduce input lag on Nested NumericEdit on DataGrid #1874

Answered by stsrki
gac-noob asked this question in Q&A
Discussion options

You must be logged in to vote

Well, the problem is much bigger. It's basically a known problem in Blazorise/Blazor. Whenever you type something the component value must be updated, and also need to run the validation, and also update any validation state or error message. This means that Blazor will re-render parts of the UI. I hope with time this will be better as Blazor team roles some render optimizations.

I have made many optimizations recently(for 0.9.3) but the problem still occurs in some cases. You can try enabling DelayTextOnKeyPress and increasing DelayTextOnKeyPressInterval. This way you will have some kind of hybrid between onchange and oninput events. And the last option is to disable immediate updates on…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gac-noob
Comment options

@gac-noob
Comment options

@stsrki
Comment options

@gac-noob
Comment options

Answer selected by gac-noob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants