unreachable behaviour of control of kendo-filter.

1 Answer 45 Views
Filter
md saddam
Top achievements
Rank 1
md saddam asked on 16 Jul 2024, 09:55 AM

i am pushing data in to filters in specific events,  after adding filters, last control(textbox or editor where values  is entred) is unreachable,not able to type any values.

 

<kendo-filter [filters]="filters" (valueChange)="onFilterChange($event)">

</kendo-filter>

onnddrop(event:any){
    if(event.currentTarget.id === 'drop_Target'){
       
  this.filters.push({
                field: this.draggeddData.fieldId,
                title: this.draggeddData.fieldName,
                editor: "string",
                operators: ["neq", "eq", "contains"]
            });
            this.filters = [...this.filters];
       
       
    }
  }

 

 

 

Please look in to the issues.

 

1 Answer, 1 is accepted

Sort by
0
Yanmario
Telerik team
answered on 19 Jul 2024, 06:12 AM

Hi,

Thank you for the provided details.

I was not able to reproduce the issue of the disabled textbox editor when pushing a new filter expression into the Filter component.

Example - https://stackblitz.com/edit/angular-if5y3o?file=src%2Fapp%2Fapp.component.ts

What I could suggest is to update to our latest versions and see if that helps:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/

Regards,
Yanmario
Progress Telerik

Do you have a stake in the designеr-developer collaboration process? If so, take our survey to share your perspective and become part of this global research. You’ll be among the first to know once the results are out.
-> Start The State of Designer-Developer Collaboration Survey 2024

Tags
Filter
Asked by
md saddam
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or