PDA

View Full Version : Grid and MixedCollection



lummie
11 May 2007, 8:20 AM
Is it possible to assign an existing instance of a MixedCollection to a grid as it's datasource or do I have to use a Ext.data.store and write a MixedCollection reader and proxy (or the likes)

My mixed collection obviously holds a list of keys and objects, I wondered if it was possible to map the columns directly to the object's properties ?

Any help appreciated.

tryanDLS
11 May 2007, 8:33 AM
You might be able to do this with simpleStore, passing the MC item collection. I think you still have to build a field mapping.