Commented Issue: Support for custom Axes [3223]
<p>I'm creating a burndown graph using an AreaSeries graph. On my Y-axis I have hour estimates (int) and on my X-axis I have days (TimeDate). Here's an example of what my data could look...
View ArticleCreated Issue: datepicker value never changes on editing the record during...
when saving the date in database via datepicker it works perfectly,but when i tried to update the record,that time i set datepicker1.value=date[0].date and it retrieve the value from database...
View ArticleCommented Feature: Make Visual Basic samples for Silverlight toolkit [1222]
<p>Please create a Visual Basic version of the toolkit samples</p>Comments: ** Comment from web user: xXxOlivierxXx ** Its incredible that there's NO documentation at all regarding how to...
View ArticleCommented Issue: AutoCompleteBox do not show dropdown when PopulateComplete()...
<p>According to this http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(SYSTEM.WINDOWS.CONTROLS.AUTOCOMPLETEBOX.POPULATECOMPLETE)&rd=true the...
View ArticleCommented Issue: howto get the selected ContextMenu item in a...
<p>I have a problem, I need to get the selected Item from a ContextMenu in a LongListSelector.</p><p>Before I was using a normal ListBox and I did it...
View ArticleCreated Issue: bound expression of the Binding property of the...
Despite of explicitly setting the binding to OneWay I still get 2 way mode and the ConvertBack of my converter is being called when it's not supposed to be called.
View ArticleCommented Issue: bound expression of the Binding property of the...
mine:ExtendedDataGridBoundColumn<br> Binding="{Binding Data, Converter={StaticResource myConveter}, Mode=OneWay}"<br><br>Despite of explicitly setting the binding to...
View ArticleCommented Issue: ContextMenu position is not updated properly [8422]
<p>I have a program in which a new context menu is initialized in the very beginning of the program as a state variable.</p><p>In the class constructor, I add a few items to the...
View ArticleCommented Issue: Where is the SL sample app? [11331]
Hi,The link http://silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html on the home page brings me to the Silverlight Get Started page and no longer starts the toolkit demo app....
View ArticleCommented Issue: Bug in the Silverlight Timepicker [10456]
<p>I've found that if you have a timepicker control that's blank, you focus it, you begin to type something in such as 5 then scroll the mousewheel before the value was committed you get a 4004...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCommented Issue: DataGrid WSOD Exception when scrolling horizontally - with...
<p>The following error occurs when the Datagrid shows a horizontal scrollbar and one scrolls all to the right end.</p><p> </p><p>ManagedRuntimeError Message:...
View ArticleCommented Issue: Hubtiles black [11316]
There is a problema with hubtiles.The tiles are changing from picture to black afer user install from app store.You can see the same error if you open de sample at desing time.Comments: ** Comment from...
View ArticleCommented Issue: Where is the SL sample app? [11331]
Hi,The link http://silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html on the home page brings me to the Silverlight Get Started page and no longer starts the toolkit demo app....
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCommented Issue: AutoCompleteBox.SearchText is not cleared when SelectedItem...
<p>When I use AutoCompleteBox in MVVM scenario I bind SelectedItem to a ViewModel. In the following scenario SearchText is shown in TextBox part instead of expected empty...
View ArticleCommented Issue: Context Menu [6206]
<p>I create ItemsControl: </p><p> <ItemsControl Grid.ColumnSpan="3" ItemsSource="{Binding MyItemsSource}"...
View ArticleCreated Issue: Add support for returning Task and Task in UnitTests [11457]
WPF now finally has support for asynchronous unit tests by returning a Task.In the interest of sharing source code and programming patterns, it would be nice if the Silverlight Unit Test Framework used...
View ArticleCommented Issue: DataField Content does not follow VerticalAlignment rules...
<p>Adding Content that can be stretched in a DataField, like a DataGrid or a TextBox that have VerticalAlignment set to Stretch does not work. You can see the DataField taking a bigger region,...
View ArticleCommented Issue: DataForm won't work in Silverlight 5 [8797]
<p>Reproduction:</p><p> </p><p>1. Create a Silverlight 5 project</p><p>2. Add references to the Silverlight Toolkit (using NuGet or...
View Article