Change filter binding mode in Blazor Bootstrap Grid (https://demos.blazorbootstrap.com/grid)

15 views Asked by At

I would like to change the binding from oninput to onchange in Blazor Bootstrap Grid filter, is that possible ?

Problem is that the way its currently made on Blazor Bootstrap website , filter trigers on every input which is a lot for server and it can't handle it, so I would like to have it onchange - so when the focus is lost trigger the filtering. (Server side filtering)

0

There are 0 answers