Hi,
I'm new to AngularJS trying to create a on focus editable grid using ngGrid plugin.
The scenario will be like:
I have name, age as first two columns the third column is of pin code, I want to fetch city, state, country in 4 th , 5th and 6th column according to the pin code entered in Edit mode.
i.e. on tab out of pin code column I want to make a service call which will fetch data for me to be displayed in 4,5,6 column.
Can anyone please help in this regard ?
It will be fine if anyone can give some pointers for calling on blur event in ngGrid when the focus of cell which is in edit mode is lost.
Thank you.