-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
Error : UnhandledException: System.Windows.Markup.XamlParseException: '/WPFToolkit;component/DataGrid/Themes/Luna.NormalColor.xaml' value cannot be assigned to property 'Source' of object 'System.Windows.ResourceDictionary'.
Could not load type 'System.Windows.Controls.Primitives…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to use WpfToolkit DataGrid in Windows Phone 7 project (Silverligt 4) and it's not working. Here is the XAML:
<UserControl x:Class="SilverlightControls.Grid"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the WPFToolkit to produce a ColumnSeries chart. I set the X-axis as a DateTimeAxes and I bind its IntervalType property with a value in my ViewModel class, but it doesn't work.
I read about an identical issue here. Do you know if this problem was solved?
Thank you.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello - I am wondering if anyone has attempted the following or has an idea as to how to do it.
I have a WPFToolkit DataGrid which is bound to an ObservableCollection of items. As such, the DataGrid is shown with as many rows in the ObservableCollection, and as many columns as I have defined in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a very simple test application where I have two objects, each with a small collection of items. when I select an object I display its collection in a WPFToolkit DataGrid.
The problem is there is a noticeable delay, such that if you press up/down keys to toggle selection between objects you…
>>> More