Ok i got the following service below which controls the data provider for the data grid. The variable anaLink is in a function that everytime when a item is selected from the combobox the link changes. But the problem is when i select a item from the list the data isn't refreshing in the grid. I refresh the service by the following line of code
this.getAnalytics.send();.
But it isn't working am i missing something.
<mx:HTTPService id='getInfo' url='{anaLink}' useProxy="false" method="POST">
</mx:HTTPService>
Bottom line what i want to do is when a item is selected from a combobox it will refresh the grid data based on the combo box selection.
Start Free Trial