Hi there,
I am creating and ej2 Grid in Javascript that I would like to add a combobox column to.
I also need to subscribe to the filtering event of the Combo so that I can make api calls to my database to filter down results (more or less search as you type functionality)
I know how to do the search as you type in a ComboBox with the filtering event on a dialog but I would like to do the same from inside a Grid column - I am not sure of the declaration for adding this column in JavaScript
Many thanks for your time James