Unplanned
Last Updated: 13 Jan 2021 08:55 by ADMIN
Christopher
Created on: 10 Dec 2019 21:41
Category: UI for ASP.NET Core
Type: Feature Request
0
SuggestionOperator configuration by Type

Allow general configuration of SuggestionOperator, as is available for Operators.

I can do something like this in GridFilterableSettingsBuilder --

  filterable.Operators(operators => operators
    .ForString(str => str
      .Clear()
      .Contains("contains"))

I would like to also be able to do this -- 

  filterable.SuggestionOperator(FilterType.Contains)


...instead of configuring the SuggestionOperator per column.  filterable.Cell(cell => cell.SuggestionOperator(FilterType.Contains))
1 comment
ADMIN
Aleksandar
Posted on: 17 Dec 2019 17:05

Hello Christopher,

Thank you for logging this Feature Request. If I understand correctly the Feature Request is for the possibility to set the SuggestionOperator defining the AutoComplete filter option for all columns, instead of setting it for every column. Based on the support received from the community and our priority queue, we will consider whether to proceed with its implementation. I suggest monitoring this thread for notifications on the status of the Feature Request.

If you had a different implementation in mind could you please share further details on the scenario in question and the goal that needs to be achieved?

Regards,
Aleksandar
Progress Telerik

Get quickly onboarded and successful with Telerik UI for ASP.NET Core with the dedicated Virtual Classroom technical training, available to all active customers.