I have a WASM application and I setup my Grid to use the editor as an editing field in the Grid. When the user types something the application is laggy and it might even hang.
---
ADMIN EDIT
Attached is a sample app that alleviates this a little by using a regular textarea and making editor updates less frequent.
---
Hello everyone,
As part of our 2.30.0 release, we have exposed the DebouceDelay parameter for the Textbox, TextArea, and the MaskedTextBox components. You can use that parameter to specify the time in milliseconds between the last typed symbol and the updating of the value. Increasing the DebouceDelay solve the issue reported in this thread.
Regards,
Svetoslav Dimitrov
Progress Telerik