Hi, I have a Jewel DataGrid in mxml and I need to add a column at runtime, so I tried this: dgSearch.columns.push(column); There is no effect and not errors at all. This is how I do in Flex.
I'm doing it wrong in Royale ? Or the DataGrid must be done 100% in mxml or 100% in AS ?
