silverlight-toolkit

Silverlight Toolkit DatePicker error indicator

I don't seem to be able to get the red border line error provider for my date picker controls. I'm throwing validation exceptions on the setter of the bound to property as I have with my other controls on the form. I get the error indicator on all my controls on the form but the date picker ones. any help appreciated. ...

How can the Silverlight BarChart's origin (X, Y = 0, 0) be set to the upper-left corner?

I have a Silverlight Chart with a BarSeries, with the bars set horizontally. The data origin starts in the lower, right corner. The source data is also bound to a ListBox. The sorts appear different on the screen when comparing the Chart and ListBox. Here is an example of what it looks like: Chart Item4 ======== Item3 =====...

Silverlight, DataForm, AutoGeneratingField, RIA Services and Child Entities

I am trying to bend the DataForm to support many-to-many and bind lists of child objects. I've gotten as far as being able to control the display of the objects and have access to the on change event. For example: OfferEditorForm.AutoGeneratingField += new EventHandler<DataFormAutoGeneratingFieldEventArgs>(OfferEditorFormGeneratingFiel...

ISelectionAdapter

I am trying to mimic the DataGridSelectionAdapter from the Sivlerlight toolkit samples (Autocomplete box) but ISelectionAdapter is not found. I have refs to System.Windows.Controls and the System.Windows.Controls.Toolkit (C:\Program Files\Microsoft SDKs\Silverlight\v3.0\Toolkit\Nov09\Bin\System.Windows.Controls.Toolkit.dll). Anyone kno...

Missing Edit Option on Silverlight 4 DataForm

I’m trying out the Silverlight 4 beta DataForm control. I don’t seem to be able to get the edit and paging options at the top of the control like I’ve seen in Silverlight 3 examples. Has something changed or am I doing something wrong? Here’s my code: <UserControl x:Class="SilverlightApplication7.MainPage" xmlns="http://schemas.micr...

Silverlight Toolkit DragDrop on WPF

Do Microsoft actually provide a build of Rx / Silverlight Toolkit DragDrop that "just works" on WPF? From what I can tell the Rx DragDrop stuff is only available in the SL Toolkit (not WPF). The SL Toolkit seems to imply you can use it in WPF (various #defines) but gives no further info on how to do it. If I just want the DragDrop stu...

How to access silverlight3 DataGrid cell control

how to access silverlight3 DataGrid cell value programatically? I know that I can use DataContext to access the data, but I need to access control contained in a specific cell. If column template is like this: <data:DataGridTemplateColumn Header="Header text"> <data:DataGridTemplateColumn.Ce...

XBAP childWindow control available similar to Silverlight 3 ChildWindow?

The Silverlight 3 toolkit has a ChildWindow control for model popup like functionality. This is great. Anyone aware of a similar control that can be utilized via XBAP? http://silverlight.codeplex.com/wikipage?title=Silverlight%20Toolkit%20Overview%20Part%204&amp;referringTitle=Silverlight%20Toolkit%20Overview%20Part%203 The assumptio...

XamlParseException using Silverlight Toolkit control in Expression Blend

I am having a strange issue opening up my UserControl in Expression Blend when using a Silverlight Toolkit control. My UserControl uses the toolkit's ListBoxDragDropTarget as follows: <controlsToolkit:ListBoxDragDropTarget mswindows:DragDrop.AllowDrop="True" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch"> ...

Data Binding with Silverlight accordion Control

Hi I have Silverlight Accordion control in the ChildWindow and I customized it the following way <Style x:Key=itemStyle TargetType=AccordionItem> <Setter Porperty=HeaderTemplate> <DataTemplate> <TextBlock x:Name=_headertext/> </DataTemplate> </Setter> </Style> <Accordion Style"{StaticResource itemStyle}"> <Accordi...

Silverlight toolkit graph sorting problem..

I have a problem with "Line series" silverlight graph from the Silverlight toolkit, where i spit out total views and week number. the problem is: the week numbers are sorted and start from 01 and end at 53 in the graph, though it starts at 05 ? I have two javascript functions with the arrays which to populate from. function weeks() {...

Is it possible to change the animation speeds in Silverlight themes?

Is it possible to change the animation speeds that are used in the Silverlight toolkit themes? Specifically, I like the look of the Expression Dark theme, however I feel that some of the animations it uses take too long and make it feel sluggish. I'd like to be able to modify the animation speeds thru a setting, and be able to do so ...

Removing (collapsing) DataPoints in a LineSeries?

I'd like to remove the datapoint markers from a LineSeries in my Silverlight chart. The only way i found on the web is to set the VisibilityProperty to Collapse. //not working in the current SL toolkit release var collapseDataPointSetter = new Setter(Control.VisibilityProperty, Visibility.Collapsed); But this isn't working for the cur...

Setting the IndependentRangeAxis in XAML for chart with multiple series and two Y axis

In my chart I have defined three axes, one X and two Y. <Axis x:Name="PercentageAxis" Orientation="Y" [...] /> <Axis x:Name="NormalAxis" Orientation="Y"[...] /> <Axis [...] /> And several series. <LineSeries .... /> <LineSeries .... /> <LineSeries .... /> <LineSeries .... /> I would like to be able to assign a series to a specific...

Silverlight 3 Toolkit Charting : How to display the value on the bar ?

Silverlight 3 toolkit charting is awesome. I am using BarSeries and silverlight is showing the length of the bar proportional to the value bound. But is there any way to get the actual value on the bar or just next to the bar? Here is my XAML <chartingToolkit:Chart Grid.Column="1" x:Name="...

Silverlight 3 datagrid: How to add scrollwheel support?

Datagrid in silverlight 3 toolkit is not responding to scrollwheel(mousewheel). Is there any way to get support of scroll wheel? ...

Silverlight toolkit chart: axes do not always display 0 and maximum value

I am using the chart control provided in the silverlight toolkit. I have defined 3 axes (code below). Now the series in the chart change at a user's command. Sometimes, the 0 value of the origin and the maximum axis value do not get displayed. They are not necessarily missing at the same time. I am out of idea on why this is happening. ...

silverlight 3: How to create a resizable childwindow?

Is there any way to create a resizable childwindow in silverlight 3? Any pointers are highly appreciated. ...

Draw a LineSeries with Border around?

Is it possible to draw a LineSeries with a border? In my special case i have horizontally LineSeries without data points and would like to draw a border around them. Any ideas? ...

How could I reenable Silverlight designer in VS2008?

Hello, I have a problem with Visual Studio 2008. When I installed vs2010 rc1 some strange error messages appeared when I opened a silverlight3 solution in vs2008, I told it not to show it again, but I remember it have some strange guid keys. I have reinstalled everything and it keep showing no silverlight designer when I open a xaml, b...