Try with ADG and see if it works.
I dont see why it wouldn't work with DG as well.

--- In flexcoders@yahoogroups.com, "quantum_ohm" <[EMAIL PROTECTED]> 
wrote:
>
> I guess you're using an AdvancedDataGrid. Why ?
> I think I could try this way but isn't it possible with a normal 
DG ?
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "markgoldin_2000"
> <markgoldin_2000@> wrote:
> >
> > var mainColumn:AdvancedDataGridColumn = new 
AdvancedDataGridColumn;
> > mainColumn = AdvancedDataGrid(listData.owner).columns[2];
> > ClassFactory(mainColumn.itemRenderer).properties = 
{enabled:false};
> > 
> > This works for me.
> >
>


Reply via email to