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.
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