I am stuck on a task where I have to implement autocomplete suggestion list on filter input box for different columns. I am using angular ui-grid - v3.0.0, I did search for solutions but didn't find any good solution. I found an example for Kendo-UI https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/filtering/autocomplete-suggestions-by-current-grid-filter, I want similar functionality please provide a solution for it.
Asked
Active
Viewed 786 times
1 Answers
0
The AngularJS ui-select is a good component for handling lists.
it has many functionalities like filtering, auto-complete, grouping and so on.
Go to this link for more information:
Custom header in ui-grid
In the 'filterHeaderTemplate' You can customize headers as you wish and put
an auto-complete component inside it.
Go to this link for creating custom header:

Iman Bahrampour
- 6,180
- 2
- 41
- 64
-
Actually, i want to know the way how to implement this with ui-grid on filter. – Puneet Gupta Dec 13 '17 at 06:10
-
1create a custom header and add this component inside it. I add more details to my answer. – Iman Bahrampour Dec 13 '17 at 09:48