Unplanned
Last Updated: 17 Jan 2022 10:25 by Stefano
Created by: Steve
Comments: 1
Category: Filter
Type: Feature Request
2

Feature request

Enable data operations over an array as part of the model server-side with a custom operator

For example, I am planning to use a filter component to a model like this.

public class Person{

    public string Name{get;set;}

    public List<Address> Addresses {get;set;}

}

public class Address{

    public string City{get;set;}

}

I have a DataSource<Person> with server filter enabled.

I am going to have a large dataset on this datasource and server operations are badly required.
Completed
Last Updated: 03 Jun 2021 12:07 by ADMIN
Release 2021.R2.SP.next

Bug report

The Messages option of the Telerik UI Filter is missing the options for:

  • AddExpression
  • AddGroup
  • Close

Reproduction of the problem

1. Create a Filter widget.

2. Try to localize the messages from the above.

3. The options are missing

### Environment

* **Kendo UI version:** 2021.1.330
* **jQuery version:** 1.12.4
* **Browser:** [all]

Unplanned
Last Updated: 29 Jan 2021 15:54 by Headygains
Created by: Headygains
Comments: 1
Category: Filter
Type: Feature Request
1

Hello,

I would like to request the functionality to use server-side editor templates for set fields in the Kendo UI Filter. 

Thank you