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
>>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
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"
;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
f them. In order to have your itemrenderer used, you have
> to provide your data Container with at least one element to make it
> actually Display anything.
>
> Chris
>
> Von: Oleg Konovalov
> Gesendet: Dienstag, 4. Februar 2014 1
erer used, you
> have to provide your data Container with at least one element to make it
> actually Display anything.
>
> Chris
>
> Von: Oleg Konovalov
> Gesendet: Dienstag, 4. Februar 2014 13:49
> An: flex-...@apache.org
> Bet
ovide your data Container with at least one element to make it actually
Display anything.
Chris
Von: Oleg Konovalov
Gesendet: Dienstag, 4. Februar 2014 13:49
An: flex-...@apache.org
Betreff: Rendering components in MX DataGrid
Hi,
I have tried to add
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
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 any data, I just
needed to see them displayed,
but none of them displayed. Why?
Each of them displayed fine outside of DataGrid
Am I missing something?
Us