Is it possible to use the DomainDataSource control with a plain DomainService? I want to page/sort non-entity data.
Related Questions in SILVERLIGHT
- ServiceReferences.ClientConfig use basicHttpsBinding or similar
- How to draw and show map in in ArcGIS C# Silverlight Application
- ESRI.ArcGIS.Client.Symbols.SimpleFillSymbol invoke system crash on Unhandled Error in Silverlight Application
- OpenSilver 'Tapped' event not triggered on phone
- Debugging Silverlight with Microsoft Edge
- Where to download Silverlight Developer Runtime nowadays?
- Where can I download RiaServices.msi nowadays?
- How to build old Silverlight project in Azure DevOps?
- reading of barcodes are badly interpreted in silverlight app with edge
- StringFormat doesnt change number in Silverlight <telerik:GridViewDataColumn>
- Migrate Silverlight check for ElevatedPermission to ASP.NET MVC
- How do I install Silverlight now that it has been discontinued?
- OpenSilver and Dispatcher.CheckAccess
- Port Silverlight Storyboard to WPF
- Silverlight bing maps component are no longer working
Related Questions in WCF-RIA-SERVICES
- Is it possible to WCF service integration on MAUI framework and how?
- How to Use OpenRiaServices with Entity Framework 6.4.4
- Where can I download RiaServices.msi nowadays?
- Conversion of Silverlight 5 + RIA to Wpf Issues
- Converting WCF Web service calls from callback-based async method to awaitable task
- Open Ria Services Where is AuthenticationService.EndLogin
- DomainOperationException in Silverlight Project with RIA Services
- OpenRiaServices async methods
- To display a value in Silverlight website based on its database table column value
- From Silverlight to Blazor: How to keep using current RIA Seivices
- How do I bind a domain context to a data grid ? Ria Services + Silverlight
- (WCF) The caller was not authenticated by the service
- Load Operation failed for query 'QueryName ' . The remote server returned an error : not found
- WCF service host cannot find any service metadata. Please Check if metadata is enabled
- How to pass connection string name from Silverlight Application to DomainService
Related Questions in DOMAINSERVICES
- AWS Directory Service, can't assign "Domain Admins" to Admin user to correct permissions issues
- Get distingushed name of the AD Logged user from the local computer?
- Usage of domain services as data provider to entities and value objects
- Setting a User Group with an Array using Active Directory Domain Services VB.net
- DomainOperationException in Silverlight Project with RIA Services
- DDD: The problem with domain services that need to fetch data as part of their business rules
- How do you mount Azure Files using AD credentials?
- DDD - domain service to store entity in not primary infrastructure
- Azure AD DS and Roaming Profiles
- Can domain event be raised in domain service?
- Can a domain service inject multiple repositories or operate with different aggregate roots?
- How to manage Domain TXT record. What are limitations
- Verify the entity properties at run time from a dictionary of conditions in c#
- Is it possible to (how) to lock a domain server behind a password?
- Connect Azure VM and On Prem Server to Azure Active Directory Domain Services
Related Questions in DOMAINDATASOURCE
- Insert an item into a DomainDataSource in a specific position/index
- SUM and GROUPBY lambda expression on DataDomainService
- DomainDataSource datagrid binding in Silverlight
- Have the server perform post processing on a string before it is returned via a WCF RIA query?
- Add new object to domain data source
- SilverLight 4.0 C# - DomainDataSource DataGrid with CheckBox Column (UI only - not a data field) to allow user to select multiple records/rows
- Different datacontext between textbox and its tooltip in silverlight
- Supress total page count query (Silverlight DataPager)
- Silverlight DomainContext load with two separate DomainDataSources
- Silverlight Domain Data Source + Paging : AutoLoad = "False"
- Silverlight refreshing domainDataSource
- bind silverlight dataform
- DomainDataSource + DomainService
- VB Overload resolution failed
- Hex annotation on MSDN site
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Yes, if you build your DomainService, it will become available as a DomainContext. then you can use it inside your DomainDataSource.DomainContext property. A simple example from MSDN