telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
464 stars 213 forks source link

grid filter input for decimals removes dot(.) sometimes #4253

Closed HarryTrue closed 3 months ago

HarryTrue commented 4 months ago

Typing a decimal number in a grid filter input for number type removes dot sometimes.

Can be reproduced in this grid: https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu/

slavenai commented 3 months ago

Hi @HarryTrue ,

This behavior is expected and by design. The Grid waits 500ms before building the filter descriptor and executing the filter operation. To customize the default delay, use a filter template with NumericFilterCellComponent or NumericFilterMenuComponent and set their filterDelay property accordingly.

This repository is for bug reports only. If you need assistance with specific scenario setup or component configuration, please open a ticket in our support system.

HarryTrue commented 3 months ago

Hi @slavenai,

How can filter be executed before clicking on a "filter" button to apply the filter? This one is on a filter menu for column with decimal values. Can be reproduced in this grid: https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu/

reen-recording-3-26-2024-6-57-30-pm