Hi there,
I was wondering what would be the recommended way to set up some styles on object declaration.
I got something like this:
<object id="priceColumn" class="mx.controls.advancedDataGridClasses.Advance dDataGridColumn">
......
<param name="dataField" value="price"/>
<method-invocation name="setStyle">
<arg>textAlign</arg>
<arg>right</arg>
</method-invocation>
</object>
does this make sense?
Thanks in advance,
Diego
