Re: Rendering components in MX DataGrid

2014-02-12 Thread Oleg Konovalov
I meant I can not use Spark DataGrid, only Flex3 DG or ADG for consistency. But I use some Flex4 components (DropDownList, etc). So is it possible to put DDL inside Flex3 DataGrid? And is it legitimate to expect to see that DDL or ComboBox on the screen (even not populated) if myDG.dataProvider i

RE: Rendering components in MX DataGrid

2014-02-09 Thread Michael A. Labriola
>>That pattern works for mx components in MX DataGrid, but Spark components do >>not "drop-in" as item renderers. >Oleg says he is using mx components only. >"(we use Flex3 MX and datagrids/ADGs throughout that app, so switching to >Flex4 DGs/ADGs is not an option)." "Now I am able to render C

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
ot; Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : vendredi 7 février 2014 18:14 À : dev@flex.apache.org Objet : Re: Rendering components in MX DataGrid That pattern works for mx components in MX DataGrid, but Spark components do not "drop-in"

Re: Rendering components in MX DataGrid

2014-02-07 Thread Alex Harui
;Maurice > >-Message d'origine----- >De : Oleg Konovalov [mailto:oleg...@gmail.com] >Envoyé : vendredi 7 février 2014 13:34 >À : dev@flex.apache.org >Objet : Re: Rendering components in MX DataGrid > >Hi, > > > >Now I am able to render CheckBox and Button

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
thing like: HTH Maurice -Message d'origine- De : Oleg Konovalov [mailto:oleg...@gmail.com] Envoyé : vendredi 7 février 2014 13:34 À : dev@flex.apache.org Objet : Re: Rende

Re: Rendering components in MX DataGrid

2014-02-07 Thread Oleg Konovalov
Hi, Now I am able to render CheckBox and Button in MX DataGrid, but still can't use Spark DropDownList (or MX ComboBox) inside DataGrid, and it’s not working – DDL doesn’t show up and cannot populate it. Here is my scenario: User Selects a Version from another DropDownList outside DataGri

Re: Rendering components in MX DataGrid

2014-02-04 Thread Samuel Facchinello
Hi. Try this: Att, Samuel Facchinello http://desenvolvendoemflex.blogspot.com Joinville - SC 2014-02-04 Oleg Konovalov : > Hi, > > > > I have tried to add Spark Dropdown, MX Checkbox and a Button in MX DataGrid > > (as FX Component in itemRenderer). Neither of them had an