Unplanned
Last Updated: 20 Jul 2021 07:06 by ADMIN

Ehnancement

The "doesnotstartwith" and "doesnotendwith" filter operators are not included to OData

Reproduction of the problem

https://dojo.telerik.com/ulePuzah

Environment
Kendo UI version: 2021.2.616
jQuery version: 3.4.1
Browser: [all]

Completed
Last Updated: 13 Jan 2020 09:15 by ADMIN
Release R1 2020

Reproduction of the problem

  1. Open dojo at https://dojo.telerik.com/@GaloisGirl/AqotEtep
  2. Click "Add expression" and pick "Product name",  "Is not equal to", "".
  3. Click "Apply". The grid show 77 items, as expected.
  4. Click "Add group" and then "Apply".

Current behavior

The grid shows 0 items. The expression preview is (Product Name Is not equal to '').

Expected/desired behavior

The grid should show 77 items. For an optimal user experience, the empty groups should be deleted when applying the filter.

Declined
Last Updated: 08 Oct 2019 10:03 by ADMIN

Reproduction of the problem

  1. Run the dojo at https://dojo.telerik.com/@GaloisGirl/uBiLIbiP/3 . The state of the filter is "(ContactTitle Is equal to 'Sales Representative')", however, the ContactTitle field has been commented out from the dataSource schema.

Current behavior

The error "TypeError: Cannot read property 'type' of undefined" is thrown

Expected/desired behavior

Some error should be thrown, but one that the developer can recognize and handle appropriately.

Your example of persisting state saves it in localStorage. Say my user saves the state on Monday, and by Tuesday, a column is removed, renamed, has a different type... I need to handle that user's deprecated saved state.


 

 

Completed
Last Updated: 06 Oct 2020 14:11 by ADMIN
Release 2020.R1.SP1

When using the Filter control and configuring the Fields, if a 'number' type field is used, the value 0 (zero) is ignored, for example:


$("#filter").kendoFilter({
    dataSource: dataSource,
    expressionPreview: true,
    fields: [
      { name: "age", type:"number", defaultValue: 31 },
      {name: "foo", type: "number", defaultValue: 0},
      { name: "name", type:"string", defaultValue: "Rick" }
    ]
  });

'age' and 'foo' are both 'number' type fields, but the default value of 'foo' will be ignored when the filter is chosen in the UI.

 

Here is a runnable example of this, notice how when selecting 'age' from the fields dropdown, the value correctly defaults to 31, but selecting the 'foo' field will not have the value populate correctly:

https://dojo.telerik.com/eHAROSOz

Completed
Last Updated: 10 Apr 2020 11:04 by ADMIN
Created by: James
Comments: 1
Category: Filter
Type: Bug Report
0
Based on your demos (https://demos.telerik.com/kendo-ui/filter/index), it seems it is impossible to get the filter control to use localized messages just by loading the required language file (other controls seems to switch language OK).   Whilst it is possible to have completely custom text using the configuration api, it should still be possible to have defaults for the main languages supported.
Completed
Last Updated: 27 Oct 2020 13:25 by ADMIN
Release 2020.R3.SP.next
Created by: Piotr
Comments: 0
Category: Filter
Type: Bug Report
0

Bug report

Using Array.prototype adds items to FIlter fields DropDownLists

Reproduction of the problem

Open below Dojo and run it.

https://dojo.telerik.com/izABOFaf/2

Open Featured DDL. The result is


Expected/desired behavior

Using Array.prototype shall not add items to the DDL


Environment
Kendo UI version: [all]
jQuery version: x.y
Browser: [all]

Under Review
Last Updated: 29 Oct 2021 13:08 by ADMIN

When I navigate through the drop down on the left side to select a field to filter on, it will only grab the first 2 and the last option. When the element is opened it will properly go through all options. Reproducer: https://dojo.telerik.com/AruwArIP

I have made a recording of the bug here: https://imgur.com/a/kIgDa06