When the httpservices completes isn't the result bound to an
arrayCollection (or array) so you could essesntially accomplish anything
you want, sort search etc..Is the XML result directly bound to a
datagrid or is it bound to arrayCollection first and then bind the
arrayCollection to the data grid?From the network layer comparison, say
you have 100 rows with 10 columns, the file size of XML vs CSV makes a
big difference. Do you think this warrants bringing the file as CSV
instead of XML? You als...