[PR #1178] Changing method modifiers so they can be overridden #2564

Closed
opened 2026-01-29 18:19:25 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1178

State: closed
Merged: Yes


I would like to modify the OnFilterKeyPress and OnFilter methods.

We are seeing slow responsiveness when typing in a filter text box. We have decided we do not want to filter until the user leaves the textbox, because even the FilterDelay setting does not seem to speed up our use case. Therefore, this change allows us to override the OnFilterKeyPress method to do nothing in our derived class.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1178 **State:** closed **Merged:** Yes --- I would like to modify the OnFilterKeyPress and OnFilter methods. We are seeing slow responsiveness when typing in a filter text box. We have decided we do not want to filter until the user leaves the textbox, because even the FilterDelay setting does not seem to speed up our use case. Therefore, this change allows us to override the OnFilterKeyPress method to do nothing in our derived class.
claunia added the pull-request label 2026-01-29 18:19:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2564