I am building a editable grid.
The Gift Name is a auto suggest textbox.
When I select a value and try to retrieve the value then it is not showing that value.
My Code is [here](http ://jsfiddle.net/bhagirathip/x6H8s/38/)
In the textbox select a value and click submit button.
It should show the 1st textbox value but it is showing null.
where i have made mistake .
-Thanks in advance
Seems like the real issue here is that
nameis not updated properly when you’re using jQuery’s autocomplete. You should change binding forname:The blur event occurs when an element loses focus. And each time when it will occur – KO will force binding to update value.
KO Documentation: