Multiple filtering

1 Answer 99 Views
Filter Grid MultiSelect
Anonim
Top achievements
Rank 1
Iron
Anonim asked on 22 Dec 2021, 02:25 PM

Hello,

part of my code with filter looks like this:

    @(Html.FilterSectionFor<ItemViewModel, ItemFilter>(vm => vm.Filter, gridId)
          .Portlet(Lang.Filters)
          .LabelEditorValidatorFor(m => m.Filter.Id)
          .LabelEditorValidatorFor(m => m.Filter.CreateDateTimeFrom)
          .LabelEditorValidatorFor(m => m.Filter.CreateDateTimeTo)
          .LabelEditorValidatorFor(m => m.Filter.Model)
          )

 

And Model is dictionary

Whether it is possible to select two options and filter the results for those two options?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 27 Dec 2021, 09:22 AM

Hello,

 

Thank you for writing to us.

I am afraid it is difficult to figure out the exact scenario without more context and code.

Can you open a formal support ticket to send us an isolated runnable version of the project? Then, we will modify it to fix all the issues and send the updated working version back to you.

 

Regards,
Eyup
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Filter Grid MultiSelect
Asked by
Anonim
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Share this question
or