Hello I need to searching item for add grid cell when typing to cell I want some dropdown show choice on row grid
Thank you
Thank you for your help.
Hello Ekarins,
You can use igxGrid’s cell editing template to show a dropdown in a cell.For more details about defining a cell editing template, please take a look at the document below.
Grid cell editing and edit templates - Cell Editing Templateshttps://ko.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing#cell-editing-templates
Drop Downhttps://ko.infragistics.com/products/ignite-ui-angular/angular/components/drop-down
You can also add autocomplete functionality to the dropdown using igxAutocomplete directive and filter the list using the pipe as illustrated in this document.
Autocompletehttps://ko.infragistics.com/products/ignite-ui-angular/angular/components/autocomplete
I have created a sample for your reference. In this sample, you will see a dropdown with autocomplete feature on “Product Name” column cells.
https://stackblitz.com/edit/github-hk9op4-9ohdvn?file=src/app/grid/grid-editing-events/grid-editing-events.component.ts