Hi,
Wondering if there is a way to tie the contents of a grid to a single attribute (which is an array) of a store item.
Example of Data in the store:
{ {id:'1', name:"Our Book", authors: ["A. First", "B. Second", "C.Third"] }, {id:'2', name:'Your book', authors:["A. Fifth", "B. Sixth"]}
From the sample data, I would like to have a simple grid to edit the 'authors' attribute of a particular item. The grid will be built dynamically based on a selected tree item.
Any thoughts would be appreciated.
Thanks in advance,
Derek
