This is a migrated thread and some comments may be shown as answers.

Grid - Custom Popup Edit Template

0 Answers 128 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Alin
Top achievements
Rank 1
Alin asked on 07 Oct 2012, 11:47 AM
I have a grid to which I bind some data using a datasource . My problem is that my json objects have some nested arrays inside and I want that when you click on the edit button I should be able to see that array in a list.

{
id : "1",
name : "Ted",
collection : [ { id :"1" , name : "Picture 1 "}, { id :"2" , name : "Picture 2 "}]
}


How do I get that collection to be displayed in my edit template so that I can add or delete items.jsfiddle example

No answers yet. Maybe you can help?

Tags
MVVM
Asked by
Alin
Top achievements
Rank 1
Share this question
or