-
18 Feb 2013 1:57 PM #1
Population FormPanel with data from Object
Population FormPanel with data from Object
hi
i'm searching for a solution for this problem.
until now im editing data of a object with the PropertyGrid
but i want to edit the data with a form. how do i 'connect' the object to the form?Code:new Ext.grid.PropertyGrid({ source: aObject ... })
i thought i could be made with a store but i've read in several threads that this is not possible
pleas give me a tip
thanks
MontyBurns
-
18 Feb 2013 2:39 PM #2
In a store you will have records. You can load a record into a form, edit the values, then save these values back into the store.
Here's one such example:
http://dev.sencha.com/deploy/ext-3.4...ite-field.html
-
22 Feb 2013 9:45 AM #3


Reply With Quote