Unplanned
Last Updated: 21 Dec 2022 09:13 by ADMIN
Philip
Created on: 20 Dec 2022 18:23
Category: KendoReact
Type: Feature Request
2
Support complex object array filter of DataSourceRequest

Add support for complex object array filter of DataSourceRequest.

let dataSourceRequestFilterComplexObjectArray = {
  filter: {
    logic: "and",
    filters: [
      {
        field: "users[name]", // OR with dot notation -> "users[someObject].name"
        operator: "eq",
        value: "Bill"
      }
    ]
  }
};


1 comment
ADMIN
Wissam
Posted on: 21 Dec 2022 09:13

Hi, Philip,

Thank you for submitting this feature request. We will be monitoring it closely.

Regards,
Wissam
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/.