Completed
Last Updated: 08 Dec 2021 14:11 by ADMIN
John
Created on: 24 Mar 2021 07:44
Category: Grid
Type: Bug Report
3
When you place an Editor or Textarea for as an editing field in popup mode the WASM application lags

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.

---

Attached Files:
1 comment
ADMIN
Svetoslav Dimitrov
Posted on: 08 Dec 2021 14:11

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

Learn about the important changes coming in UI for Blazor 3.0 in January 2022!