I have a small SL application that uses RIA services to display employee data (Northwind database) in a data grid. I have a text filter, that works fine against varchar columns but does not filter aga
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.
I\'m writing a Silverlight application that 开发者_StackOverflow中文版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 DataGri
A few months ago I built some online samples like this one from Jeff Prosise that use the WriteableBitmap class in Silverlight.
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
My question: How do I bind the SelectedItem from a primary datagrid to the ItemsSource for a secondary datagrid?
I have a text box with verticalscrollbarvisibility set 开发者_JS百科to auto.I would like to do a test to find out if the scrollbar is actually visible during runtime.I have tried the statement:
I have a Silverlight Prism application that includes a toolbar module with login controls.I currently have a module in开发者_如何学Go the main region set to InitializationMode.OnDemand in the Bootstra
I am using the PagedCollectionView for grouping. I have a DataGridand a textbox with a search button. The ItemSource of the grid is my PagedCollectionView, and the PagedCollectionView wraps an Observa
I am trying to upload a WCF(Service1.svc) to my godaddy hosting account.When I type in the address of the service(http://www.domain.com/Service1.svc) I get a 开发者_JS百科404 not found error.What I\'d