0
votes
1answer
16 views
Pass StreamReader to WCF service from Silverlight’s Async Call
Hi,
I want to import records from csv file to the DB from Silverlight front end. I am using WCF service to perform the DB operations. When I pass the entire file path (hard coded), I am able to add …
0
votes
0answers
25 views
Silverlight Prism - Loading module(s) after successful login/dependencies between modules
I have a Silverlight Prism application that includes a toolbar module with login controls. I currently have a module in the main region set to InitializationMode.OnDemand in the Bootstrapper and can …
1
vote
2answers
13 views
How do I show only the graph of a chart (No Legend, No Title, Minimum Space Used) in Silverlight 3.0?
I'm writing a Silverlight application that is showing a pie chart of completed items as an item in a DataGrid. I currently can get the graph to show as an item in the DataGrid using a …
0
votes
1answer
18 views
Best way to call back/noftify parent page of an event?
In a Silverlight 3.0 app, there is a shell page that serves as the navigation piece for a number of child controls and other Silverlight pages. The Silverlight pages are included in the shell page …
0
votes
1answer
9 views
Datagrid cannot sort on some fields - object, object subfield, base type
When using the Silverlight DataGrid with an IList derived data source it is possible to click a column to sort by it, assuming the CanUserSortColumns/CanUserSort properties are not false.
However I'm …
0
votes
1answer
24 views
Silverlight 3 - How to “refresh” a DataGrid content?
I have the following scenery:
1 using System;
2 using System.Windows;
3 using System.Windows.Controls;
4 using System.Windows.Documents;
5 using System.Windows.Ink;
6 using …
0
votes
0answers
7 views
**Intermittent** Silverlight 3 WCF Service CommunicationException Server returned error: NotFound
I have a Silverlight 3 application, which 95% of the time is successfully requesting data from a WCF Service (in the same webapp) and displaying it.
This happens infrequently, usually if I hit the …
0
votes
1answer
14 views
How to maintain state in silverlight?
When I resize my aspx page hosting the silverlight app, I lose state on all silverlight controls. How do I maintain state on silverlight controls?
1
vote
0answers
11 views
How to pass a collection of Entities to .NET RIA Data Service?
Is it possible to pass a collection of objects to a RIA Data Service query? I have no issues sending an Entity, an Int or an array of primitive types, but as soon as i declare a method like this
…
0
votes
0answers
4 views
silverlight upload vector and manipulate
calling all silverlight pro's
i have a project to produce for online and i know the following can be created and used in flash but if i can i would rather use silverlight could anyone advice on if …
0
votes
1answer
16 views
Silverlight InitParams prompting to install Silverlight in Mozilla and Chrome
I have a problem with a Silverlight control's behavior in an ASP.NET page. The control works OK within IE, but in Mozilla, I get the 'install Microsoft Silverlight' message.
After some try/fail …
1
vote
1answer
16 views
Silverlight Relating Two Datagrids
Hi,
My question: How do I bind the SelectedItem from a primary datagrid to the ItemsSource for a secondary datagrid?
In detail:
I have two datagrids on my view. The first shows a collection of …
1
vote
2answers
31 views
SilverLight - MVVM binding viewmodel property to datagrid column
In my SilverLight application, I have a property in my ViewModel called 'vmProperty' and a list called 'dgSource'.
I bind my dgSource to the datagrid as ItemsSource at which point each datagrid …
1
vote
1answer
14 views
where did PixelFormats and WriteableBitmap.Lock go in Silverlight3?
A few months ago I built some online samples like this one from Jeff Prosise that use the WriteableBitmap class in Silverlight.
Revisiting them today with the latest Silverlight3 installer …
1
vote
1answer
6 views
Declaring list and binding property values via XAML for a custom silverlight control
I feel like I've missed something obvious, but when creating a custom control in Silverlight I can declare properties as public and they will be exposed when making XAML declarations, so I can easily …
