We have a requirement to send cell value of the row to autocomplete field so that autocomplete gives different results based on the cell value. For example,
In the below table
1 ABC <>
2 DEF <>
I should be able to send ‘ABC’ as parameter to ajax call along with the autocomplete query when user tries to fill autocomplete value for row1 and ‘DEF’ for row2.
Hope that makes sense. Let us know how we should handle this scenario?
Hi @vish
I am not sure what you would like to get so I will share a demo that I’ve made some time ago: http://jsfiddle.net/g8xrnojx/ (the second column is autocomplete.
In the example you will get logs about changes option in defined object using afterChange callback.
Hi @vish
Sorry for a late reply. I hope that you have already found an answer but if not please share a Fiddle with your recent progress and I’ll do my best to help.