How to do a search in a listview kendo angular

1 Answer 749 Views
ListView
hiba
Top achievements
Rank 1
hiba asked on 11 May 2021, 04:26 PM
How can I do a search bar in the kendo listview ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Yanmario
Telerik team
answered on 12 May 2021, 12:34 PM

Hi Hiba,

At the moment, the ListView component doesn't support a filter(search) feature out of the box. However, filtering can be achieved using some custom logic, as demonstrated in the following article of our documentation:

https://www.telerik.com/kendo-angular-ui/components/listview/templates/#toc-header-template

Another option to achieve filtering would be to use the Kendo UI for Angular Grid as a ListView, as demonstrated in the following how-to article:

https://www.telerik.com/kendo-angular-ui/components/grid/how-to/render-cells-as-listview/

and add filtering for the column:

https://stackblitz.com/edit/grid-listview-filtering?file=app/app.component.ts

I hope this helps.

Regards,
Yanmario Menev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

hiba
Top achievements
Rank 1
commented on 17 May 2021, 01:42 PM

Thank you for your help
Tags
ListView
Asked by
hiba
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or