Monday, December 27, 2010
by
Rossen Hristov
|
Comments
will continue the series of blog posts about RadDomainDataSource with the most important one – the one about loading data. If you are not familiar with RadDomainDataSource then you should go back and read my introductory blog post.
Let us move straight to the data load lifecycle.

Triggering a Load
A load operation can be triggered in two ways. You can either call the Load method explicitly or you can rely on the AutoLoad functionality, which I will explain later in this post.
Building The Query
After a load has been requested a query based on user input is ...