Completed
Last Updated: 27 Jan 2022 12:32 by ADMIN
Imported User
Created on: 01 Feb 2018 14:32
Category: Grid
Type: Feature Request
1
Enhance the Slider UI for Kendo Grid filters
Using filterable: { ui: "slider" }, allow us to also pass a min and max value for the slider. And automatically build the filter to be something like this:
{
 logic: "and",
 filters:
  [ 
   { field: fieldName, operator: "neq", value: null },                                            
   { field: fieldName, operator: "gte", value: s.values[0] }, 
   { field: fieldName, operator: "lte", value: s.values[1] }
  ]
}
1 comment
ADMIN
Viktor Tachev
Posted on: 27 Jan 2022 12:32

Hello,

You can see how the functionality is achieved in the following knowledge base article. 

https://docs.telerik.com/kendo-ui/knowledge-base/use-range-slider-in-filter-menu

 

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