Hi,
I resolved the issue by setting the updateDisplayList as follows:
override protected function updateDisplayList(unscaledWidth:Number,
unscaledHeight:Number):void
{
super.updateDisplayList(unscaledWidth, unscaledHeight);
label.htmlText=listData.label; // seting HTML tags
support
}
Cheers
Jo
--- In [email protected], "yossibaram" <yossiba...@...> wrote:
>
> Hi,
> My column renderer extends AdvancedDataGridHeaderRenderer.
> I would like to set the headers title to be htmlText.
> Even using
> override public function set data(value:Object):void
>
> doesnt let me do that.
>
> Please advise How to set the headers to support html tags,
>
> Thanks
>
> Jo
>