kgmoney
17 Jul 2008, 6:50 AM
Hi,
I could swear I've seen discussions on this but now I can't find any. At a high level, I am wondering how I would go about making my own GridEditor--what to extend/override etc. A very basic example of what I would to do is put an object such as...
{ varA: 'hello', varB: 'there' }
into a field on my store. I have a render that displays the value of varA in my EditorGridPanel. When I click the cell to edit it, I would like to be able to edit my object, or just a part of the object. For example, a text field might popup with the value of varA, and when the I'm finished editing the object would be...
{ varA: 'new value', varB: 'there' }
Any thoughts?
Thanks,
Kevin
I could swear I've seen discussions on this but now I can't find any. At a high level, I am wondering how I would go about making my own GridEditor--what to extend/override etc. A very basic example of what I would to do is put an object such as...
{ varA: 'hello', varB: 'there' }
into a field on my store. I have a render that displays the value of varA in my EditorGridPanel. When I click the cell to edit it, I would like to be able to edit my object, or just a part of the object. For example, a text field might popup with the value of varA, and when the I'm finished editing the object would be...
{ varA: 'new value', varB: 'there' }
Any thoughts?
Thanks,
Kevin