This is a migrated thread and some comments may be shown as answers.

Multi select combo with IN functionality instead of EqualTo

1 Answer 41 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Clint
Top achievements
Rank 1
Clint asked on 14 Jun 2016, 06:44 PM

I have figured out how to create a custom FieldEditor with a combobox with checkboxes, however I would like to be able to make multiple selections and set the expression up using IN functionality....instead of EqualTo. For example:

Currently the expression will look like (FieldName = 'value1'). I want to be able to have it look like FieldName IN ('value1', 'value2')

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 17 Jun 2016, 09:20 AM
Hello Clint,

You can built up your own custom filter expression to achieve this requirement:
http://docs.telerik.com/devtools/aspnet-ajax/controls/filter/filter-expressions/building-filter-expressions-manually

Regards,
Eyup
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Filter
Asked by
Clint
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or