Hi all and Sharif, thanks for the code tip, to incorporate a dispatchEvent and 
the Flex annotation bindable event=dataChange, but that didn't seem to work to 
cause model.Locator content update on-screen.



What did work, is a friend noticed that I'm using this setup:

DataGrid
// John's use case: makes sense, no?
dataProvider=model.ModelLocator.SomeArrayCollection
itemRenderer=extending mx:Text 
itemEditor=extending mx:TextInput 
rendererisEditor=false

and his suggestion I instead do this

// Flex Reality: this is what it takes to make it work:
 dataProvider=model.ModelLocator.SomeArrayCollection
itemRenderer=extending mx:TextInput 
 itemEditor=null
 rendererIsEditor=true


I would like to use "John's use case" because I have good control over 
font-weight and the like in a Text control for rendering.  

So, my question du jour is: how to setup the case of rendererIsEditor=false  to 
make 'John's Use Case' workable 



       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Reply via email to