I have a RIA Services DomainDataSource that works perfectly when I bind it's Data property to the ItemsSource of a RadGridView.
I'm following the online sample for RadCoverFlow, and I was assuming that I could simply bind my same RadGridView DomainDataSource to the ItemsSource of a RadCoverFlow, but when I do that the RadCoverFlow shows no items. My ItemTemplate right now is just a simple TextBlock, but the controls shows nothing and the associated scrollbar has no thumb to drag.
A ListBox right next to it on the screen, bound to the same source, shows all of the items that came from my server.
What am I missing here?
I'm following the online sample for RadCoverFlow, and I was assuming that I could simply bind my same RadGridView DomainDataSource to the ItemsSource of a RadCoverFlow, but when I do that the RadCoverFlow shows no items. My ItemTemplate right now is just a simple TextBlock, but the controls shows nothing and the associated scrollbar has no thumb to drag.
A ListBox right next to it on the screen, bound to the same source, shows all of the items that came from my server.
What am I missing here?