Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote
When using FilterType.Menu, neither setting filter.Mode(FilterBarMode.OnEnter) or filter.ImmediateModeDelay(10000) do anything.  I can't find anything on this in the documentation or help, but was able to find an article for this in EJ :

     https://www.syncfusion.com/forums/139324/how-to-disable-filter-as-you-type


This sort of work around is going to be a real pain to implement for each place that we are using the Grids, I'd like to request that you add support for FilterBarMode.OnEnter for the grids when Type = FilterType.Menu 

It would be much cleaner to just do something like:
.AllowFiltering().FilterSettings(filter => filter.Type(FilterType.Menu).Mode(FilterBarMode.OnEnter))

Without a solution in place, in a heavy load environment there is going to be an excess of network traffic due to the server call for each keypress, which in our case is not preferred.

Thank you for considering this

Rich Werning