Tagged Questions
The domaindatasource tag has no wiki summary.
2
votes
1answer
49 views
Entity Framework Changing from SQL Server 2005 to 2008 R2
What changes do I need to make to get my entity data model to a new database instance on another server running SQL Server 2008 R2? I have changed the connection string in the Web.config and changed ...
2
votes
1answer
813 views
Silverlight RIA Services DomainDataSource, relation between AutoLoad and RefreshInterval
I'm having trouble understanding the relation between DomainDataSource.AutoLoad
and DomainDataSource.RefreshInterval.
If I enable AutoLoad for a given DomainDataSource, the server is being queried
...
2
votes
1answer
677 views
Ria Services: Synchronous DomainDataSource.SubmitChanges()
I'm trying to upload images (byte arrays) from the client to a database - this works like a charm.
The thing is, I'd like to show the progress of this operation to the user, but the DomainDataSource ...
1
vote
1answer
35 views
VB Overload resolution failed
I having this error during compile and i have no idea why~
Anyone can solve the problem pls.
Overload resolution failed because no accessible 'Add' can be called with these arguments:
'Public ...
1
vote
1answer
198 views
How to programmatically bind a System.Windows.Controls.Parameter to a ComboBox' SelectedItem in Silverlight
I have the following sample from MSDN:
<Grid x:Name="LayoutRoot" Background="White">
<Grid.RowDefinitions>
<RowDefinition Height="25" />
<RowDefinition ...
1
vote
1answer
115 views
Problem With Multiple Data Bindings (Silverlight)
I am using silverlight to create an Intranet for managing chemical usage. All data is stored in a MS SQL database, and is retrieved by using a DomainService (RIA).
By dragging the database onto the ...
1
vote
0answers
317 views
RIA Services error
I have a domaindatasource with a filter descriptor. This is for a textbox used to search the data. it filters out only the names which start with the text. I'm getting an error whenever text is ...
1
vote
0answers
462 views
FilterDescriptor, Datagrid and Dataform problem?
I have a problem about filterdescriptor. I have a DataGrid and a dataform. both of them have same domaindatasource. If I run filter, in first its work fine but change filter condition it gives an ...
1
vote
2answers
2k views
SL4 | DomainDataSource / DataGrid | Adding a blank row to insert new items
I'm visiting this forum for many years now. Most of the time, I've found a suitable solution for my questions and problems. This time I can't find anything in the hole world wide web ;)
I was wasting ...
1
vote
1answer
1k views
silverlight 4 RIA update item in domaindatasource only updates after refresh
I have created a silverlight app and have a listbox that is populated using a domaindatasource. I have created a button that takes the selected list item and updates a field (in my case its called ...
1
vote
1answer
3k views
Databinding to a DomainDataSource Query Parameter
I need to bind a username to a DomainDataSource QueryParameter. My understanding is that the following does not work:
<RiaControls:DomainDataSource x:Name="MyData" LoadSize="20" ...
1
vote
1answer
412 views
ObjectDataSource vs new DomainDataSource
I don't see difference between ObjectDataSource and new DomainDataSource (http://blogs.microsoft.co.il/blogs/bursteg/archive/2009/04/11/using-domaindatasource-in-asp-net.aspx).
I need create 4 ...
0
votes
0answers
13 views
Domaindatasource and byte array
I would like to use a domaindatasource to create a report(or pdf) and send it to a silverlight page.
I can convert the report in the case from componentone to a byte array.
be the method doesn't show ...
0
votes
1answer
65 views
Silverlight refreshing domainDataSource
I have datagrid whichs items source is domainDataSource.
How i can refresh Domain data source?
domainDataSource1.Load() does not works
0
votes
0answers
46 views
bind silverlight dataform
Hello guys i have dataform in silverlight 4 project item source is:
ItemsSource="{Binding Data, ElementName=domainDataSource1, Mode=TwoWay}"
and domain data source is :
...
0
votes
1answer
27 views
DomainDataSource + DomainService
Is it possible to use the DomainDataSource control with a plain DomainService? I want to page/sort non-entity data.
0
votes
0answers
16 views
Determine entity type from DomainDataSource
Is there a way to determine what entity type a particular DomainDataSource provides without looking at the actual Data itself?
0
votes
0answers
29 views
Loading Static Data from Database in an RIA Application
As part of a WCF RIA application I'm creating, I'd like to cache a bunch of static supporting data locally (lists of water systems, countries, provinces; that sort of thing.) I've created a simple ...
0
votes
2answers
260 views
Silverlight DomainDataSource and FilterDescriptors (Entire query loaded from server THEN filtered in client?)
I need to know if DomainDataSource with filterdescriptors added will first load ALL the data from the client and then filter on the client, or do the filter descriptors cause the domaindatasource to ...
0
votes
0answers
74 views
Get Column Name from DomainDataSource
I've a Silverlight Application with RIA Services, and I want to know...
Is there any way to get Column Name from the DomainDataSource?
For example, my database table is like this:
TableName
-Field1
...
0
votes
0answers
396 views
Silverlight 4 Add New Item To DomainDataSource
I have a simple datagrid listing addresses and a child window where the user can edit/add new. On the main form with the datagrid i have a button to "Insert New Address" which should load the child ...
0
votes
0answers
129 views
Get Field Type from Data property of DomainDataSource with Silverlight 4 and RIA Services
I have an application in Silverlight 4 with RIA Services, and I'm populating a Grid with a DomainDataSource, the question is: Is there any way to get the datatype for each field in ...
0
votes
1answer
493 views
Silverlight 4 Domain Data Source Filter Descriptor on nested property
I have an object model where I'm checking a filter value of nested child property e.g.
Order -> Customer
And Customer has a property e.g. Name = "Joe Bloggs"
My domain service returns ...
0
votes
1answer
373 views
Collapse All DataGrid groups programatically without using PagedCollectionView
I'm trying to do as much as possible in the Xaml (rather than code-behind) for a relatively simple application. I have the DataGrid bound to a DomainDataSource in Silverlight 4 and I'm binding the ...
0
votes
0answers
140 views
domaindatasource {“Int32 CompareTo(Int32)”}
I have, a domaindatasource and I want to use filterdescriptors to sort my records. The problem is that when I create a filter descriptor containing integer value I always get error saying:
...
0
votes
0answers
123 views
From Silverlight to WPF with Entity-Framework 4
I have worked with Entity-Framework 4 and Silverlight 4 to succesfully create web apps and am wanting to create a WPF desktop application for a separate project using the Entity-Framework.
When I ...
0
votes
1answer
875 views
Domain Data Source CanLoad is false when using RIA Query Parameter bound to a dependency property
I have a ria DDS query whose parameter is bound to a dependency property of the code behind my silverlight page. The issue is that once the project dependency is changed I get the following error.
...
0
votes
1answer
133 views
Disable a button while a DomainContext IsLoading
I have a button on a form which I want to be disabled as long as my DomainDataSource's DataContext.IsLoading is true; I want to bind the IsEnabled property of the button to a ! condition on ...
0
votes
0answers
128 views
domaindatasource datagrid autoselect newly added row
My problem is that I have domaindatasource and it is bind to the datagrid. When I add new row I want to auto select this row and switch to the appriopriate page on which the new row exist. Is it ...
0
votes
1answer
176 views
Domain Service Method using Optional Parameters?
I want to be able to bind to this datasource without the view needing to know that there is an additional parameter (unless he cares). Is this possible to do?
[Query]
public ...
0
votes
0answers
277 views
Can't define domain context of domain data source
I'm adding a DomainDataSource object to my Silverlight Page. I need to set the domain context on it but I am unable to due to not being able to include the namespace of the server project in the ...
0
votes
1answer
457 views
ComboBox Binding to display list but bind selection to entity?
I am using a Silverlight 4 Navigation template. I use a DomainDataSource to load a specific entity called Issue. Each Issue has a Category. But I am not sure of the best way to perform the binding of ...
0
votes
0answers
218 views
Load operation failed for query 'xxx'. Int32 Compare(System.String, System.String)
I have a problem with DomainDataSource in Silverlight. When I create FilterDescriptors and set operator to FilterOperator.IsEqualTo it throws this error. For any other FilterOperator it works fine but ...
0
votes
0answers
172 views
Attribute Entity Collection not being Included in Result
I have two entities Dealer and Contact each with navigation properties Dealer.Contacts and Contact.Dealers. In the database these are linked via a bridge table.
I have a XAML DomainDataSource that is ...
0
votes
1answer
756 views
silverlight domaindatasource binding to model
I have a user control that has a ViewModel behind it...
The constructor of the user control in codebehind looks like this:
public ClientListingVM()
{
ClientListingViewModel ...
0
votes
1answer
227 views
Inserting an entity and dependent entities using RIA Services
I got a question about inserting an entity with dependent entities using RIA Services (With Silverlight 4.0).
Let's say I have an Entity in my (sql) database called "Beer" and one called "Supplier", ...
0
votes
1answer
1k views
Silverlight DomainDataSource in code-behind not loading all rows
I have a domain data source in Silverlight 4. I'm setting it up in the code behind, and I'm also using a RadDataPager and RadGridView.
DomainDataSource dds = new DomainDataSource();
dds.QueryName = ...
0
votes
1answer
767 views
Using Silverlight RIA Services DomainDataSource to query by user
So I am using the SL4 Business Template and the SQL Membership API. I created a user and I created a custom table that ties to that user.
So I want to have a datagrid that show the item for the ...
0
votes
1answer
520 views
SIlverlight 4, FilterDescriptor and GUID as FilterOperator
Hey guys, as seen in this post, GUIDs are not supported by the FilterDescriptorts FilterOperator. Has anyone encountered this problem? Is there a workaround? Because, well it pretty much sucks (no ...
0
votes
3answers
921 views
Binding to DomainDataSource with DataGrid in Silverlight 3
Using markup I can't get data to show in the grid:
<riacontrols:DomainDataSource x:Name="EstimatesData" QueryName="GetUserEstimates" >
<riacontrols:DomainDataSource.DataContext>
...