I've set the FilterDelay property to 1000. I would expect this to be a debounce time, but if I type "abcd" then the component waits 1 second and then sends out four calls to the LoadData event.
Is there a way I can tell it to debounce instead?
I've set the FilterDelay property to 1000. I would expect this to be a debounce time, but if I type "abcd" then the component waits 1 second and then sends out four calls to the LoadData event.
Is there a way I can tell it to debounce instead?
Hi @mrpmorris,
It will be fixed in the next update Monday!
Thank you!
Could you please also ensure the filter text doesn't get reset to ""? I am seeing the text I typed in disappear once the request for data is made.
Radzen.Blazor 2.1.16 was just released with both issues fixed.
thanks and its working fine now.