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