Hi dhubenov,
thanks for answering so fast (even after such a long time after your initial post 🙂 ).
Regarding the item.res_id: that was actually no problem, as it is logic to me after implementation.
The main problem which I face is that I don't get any value posted from the form for the variable “my_customId”.
I actually don't understand how to update the my_customId from within the colModel when choosing the my_customName.
It seems you have another div or span within your html code with the ID “my_customID” but how would you use it in the form?
My scenario currently: Usual grid and the colModel with the entries my_customName and my_customId.
Autocomplete works fine.
But when submitting only the post variable my_customName is set with the correct name / value of the element (that's perfect) but the variable my_customId is empty.
I do understand that it is the last “return” statement posted in my initial post which should set the my_customId but maybe I missed something else ?
Many thanks
Antonia