[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-08 Thread yossi.baram
Thanks Amy :)) --- In flexcoders@yahoogroups.com, "Amy" wrote: > > --- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > > > Thanks Amy for your help, > > I'm going your way:), only one question if i may, > > Is it possible to activate ItemRenderer on my columns after fetching > > children

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-08 Thread Amy
--- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > Thanks Amy for your help, > I'm going your way:), only one question if i may, > Is it possible to activate ItemRenderer on my columns after fetching > childrens from my RemoteObject? How do I do that based on your example? > I need to ma

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-07 Thread yossi.baram
Thanks Amy for your help, I'm going your way:), only one question if i may, Is it possible to activate ItemRenderer on my columns after fetching childrens from my RemoteObject? How do I do that based on your example? I need to manipulate the data (override set data()) based on the various columns

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-07 Thread Amy
--- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > one more thing, > AdvancedDataGrid doesnt support DataDescriptor... Yes. You asked about general approaches and pointers in the right direction. I showed you an example that will take you part of the way there. The rest of it is up t

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-06 Thread yossi.baram
one more thing, AdvancedDataGrid doesnt support DataDescriptor... --- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > wow Amy, > Some of your articles helped me a lot, realy thanks you:) > Now I looked at your example and using AdvacedDataModel with RmoteObject, > getting the data from m

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-06 Thread yossi.baram
wow Amy, Some of your articles helped me a lot, realy thanks you:) Now I looked at your example and using AdvacedDataModel with RmoteObject, getting the data from my Java code, couldnt rally see how can I use it (although I would love to), if you can guide me with the adaptations, please do...

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-05 Thread Amy
--- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > Hi guys, > I am strugeling to figure out lazy loading in my AdvancedDataGrid. > I didnt find any relevant document on that. > If I'm using ItemRenderer for my columns to do manipulation on the data, it > is executed when I click on the g