Apologies for the resurrection but any suggestion here would be appreciated. Is using external sites for pasting code [pastie, pastebin] not acceptable here? Would you like me to post the entire code here? Or maybe re-frame my question?
TIA -sasuke sasuke wrote: > > Hi folks, > > Recently I've been trying to code up a datagrid which would satisfy the > following requirements: > - should be keyboard enabled i.e. each and every column should be > tab-aware > - should support hybrid/custom renderers/editors > - capable of communicating changes to the underlying dataprovider > > I have created a small sample application but it kinda fails miserably at > meeting the above mentioned goals. The issues are: > - Tabbing still doesn't work with custom renderers/editors > - Disappearing data from the datagrid i.e. changes made to the text field > not reflected in original collection > > The three files used are as follows: > - http://pastie.org/692226 Person VO > - http://pastie.org/692229 Custom item editor > - http://pastie.org/692233 Main application file > > Any kind of help/code review/suggestions/tips/links would be much > appreciated. > > TIA, > sasuke > -- View this message in context: http://old.nabble.com/Datagrid-woes----IFocusManagerComponent---ItemEditors-tp26287347p26319736.html Sent from the FlexCoders mailing list archive at Nabble.com.

