Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Krushna and Amy,
I'm also wonderring if there are some other ways.
As far as I know, you can also use the following approach:
aqObject.GetPropertyValue(TradeDataGrid.FlexObject.dataProvider.list.source.item(row), v_clr)
If you use JScript, you can also use the bracket notation:
TradeDataGrid.FlexObject.dataProvider.list.source.item(row)[v_clr]
I hope this information helps :)