Unplanned
Last Updated: 04 Jun 2021 08:36 by ADMIN
Leo
Created on: 14 Dec 2017 09:52
Category: UI for ASP.NET MVC
Type: Feature Request
1
Add DefaultFilterOperator to Grid control
It would be nice to have an option to supply the Grid control with a default filter operator as shown below.
The current workaround is long and error prone, because you have to redefine the complete list, the default filter has to be on top. So the ordering matters, that is always a bad idea.

Filterable(filterable => filterable
    .DefaultStringOperator(StringOperatorEnum.Contains) 
   )
0 comments