I am looking for an example where i can show an observableArray as normal text with edit / delete links. Items can be added/edited from a separate form. I am not able to edit t
You have to track the particular item which is going to be edit (have it observable) and use with binding. See full example in this answer (jsFiddle).