Hello, I have a search component that uses a carousel component to display the search results.
Now I want to bind my searchresult arraycollection (search component) to my dataProvider property in carousel component. So when data changed in the search the arraycollection dispatches an event so that my carousel knows that it needs to update. Any suggestions? Ward

