This is a migrated thread and some comments may be shown as answers.

RadDomainDataSource usage

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 25 Feb 2011, 01:41 PM
Hi there.

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.

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 25 Feb 2011, 02:21 PM
Hello John,

Please read all of these blog posts very carefully before you go on:
Each blog has a runnable sample project attached. Make sure you examine these projects as well.

I am sure that the blog posts will answer all of the questions that you might have.
You can also check our online examples.

I hope this helps.

Greetings,
Ross
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or