I've gone through all the steps to create the server side data ... things. I've created my RadDomainDataSource tag and all that lot. In fact, here's the code:
<
telerik:RadDomainDataSource x:Name="Test1"
AutoLoad="True"
PageSize="10"
LoadingData="Test1LoadingData"
LoadedData="Test1_LoadedData">
<telerik:RadDomainDataSource.DomainContext>
<HService:HydraDomainContext />
</telerik:RadDomainDataSource.DomainContext>
</telerik:RadDomainDataSource>
(The code editor doesn't seem to want to behave for me.)
Okay, when does this code format section end? Nice... anyway, I'm getting nothing. I did created that data set as I've seen and it seemed to show up fine. That is, when I was doing the importing steps. I stick a grid on there and I don't get any data. I put a break point in the code in the event handler for 'LoadingData' and I don't get a break. Am I missing something to make it load? For example... does it require a query?
Thanks.