Be careful with column styleFunction, it can be REALLY slow. Better to just put 
all style changes in renderer.

--- In [email protected], "csmarvz" <csma...@...> wrote:
>
> Hi,
> 
> I have myCustomADGC that extends AdvancedDataGridColumn.
> 
> Where in myCustomADGC can I put something like :
> 
> if (styleFunction == null)
>               {
>                       styleFunction = myStyleFunction;
>               }
> 
> 
> and to be called one time? (like onCreationComplete)
> 
> (same question for headerRenderer and itemRenderer)
> 
> thanks!
>


Reply via email to