Sorry for the confusion. DataGrid lives inside of a VBox along with other
components.

On Tue, Apr 28, 2015 at 5:49 PM, Rudolf Schnetler <[email protected]>
wrote:

> I don't understand what are you trying to do. Do you want to change the
> dataprovider dynamically depending on a condition?
>
> On Wed, Apr 29, 2015 at 5:13 AM, mark goldin <[email protected]>
> wrote:
>
> > I am trying to come up with the following datagrid definition:
> > <mx:DataGrid headerHeight="0" rowHeight="28"
> >  dataProvider="{_someData">
> > <mx:Script>
> > <![CDATA[
> > override public function set dataProvider(value:Object):void
> > {
> > if (value)
> > {
> > }
> > else
> > {
> > }
> > }
> > ]]>
> > </mx:Script>
> > <mx:columns>
> > ........
> >
> > I am getting:
> > Method marked override must override another method.
> >
> > Any idea why am I getting it?
> >
> > Thanks
> >
>

Reply via email to