Inside my itemsControl the item are not occupying the whole width of the user control. Am using DataTemplateSelector (manually written class) for selecting the type of template.
I have a Silvleright Business Application, Silverlight_BussApp. It has the Silverlight_BussApp project and the Silverlight_BussApp.Web project.
here two comboboxes in a user control: <ComboBox Name=\"comboAmagat\" ItemsSource=\"{Binding Path=Screen.TotsElsElementsDeCosts, Mode=TwoWay}\"
I just found out that LightSwitch 2011 is out. I tried to install it and found out that Visual Studio 2010 Ultimate Service Pack 1 is a pre-requisite. I installed the Service Pack and then it allowed
I\'m trying to reorder elements on a page, so that my Silverlight appears above the GE plugin rather than below it.
In a reporting applicati开发者_C百科on based on Silverlight 4 could we use at the same time Silverlight for charting and a reporting tool (Crystal reports or SSRS) for tabular formating hence there\'s
How do I change the colors of each line in xaml for the silverlight 4 toolkit chart? I have seen a lot of code behind tricks, but I do not want to do that. Is there a way to do it using mvvm? I would
I need some help figuring out the right pattern for this situation: I have a view with 5 cascading comboboxes. When you select a 开发者_如何学Govalue from the first combobox, a service call is made t
I have the following code that is supposed to find an element inside of something. The problem is that I have a DataGrid, whose first column has a CheckBox in it\'s header. The checkbox itself is defi
i have a silverlight application.In this i have used service file for DML operations.The methods in Service can be accesed in form page.ie the the XAML page(example Main.XAML)