I have a WPF Toolkit DataGrid with one DataGridTemplateColumn. I\'ve specified in a grid attribute that I wish all columns to be sortable, but the DataGridTemplateColumn won\'t allow it. All other col
I am tired of Windows Forms...I just am.I am not trying to start a debate on it I am just bored with it.Unfortunately we have become dependent on 4 controls in DevExpress XtraEditors.I have had nothin
I 开发者_Go百科have a surface project and I would like to use controls designed in Blend. I added these controls to my microsoft surface project, but I receive an error when I try to compile it.
I have a BindingListCollectionView connected to the DataContext of a datagrid. The datagrid now shows the list of items of the BindingListCollectionView.
I would like to res开发者_运维知识库trict WPF AutoCompleteBox (wpf toolkit control) to select an item only from the suggestion list. It should not allow users to type whatever they want.
I\'m using a DataGrid to display 2 possible types of DataRow in a DataTable. One type has the column Parent = NULL and the other has Parent set to another DataRow in the same DataTable. The list of co
Is there any way I ca开发者_如何学编程n associate a Command with a DataGridHyperlinkColumn?I\'ve tried this:
Error : UnhandledException: System.Windows.Markup.XamlParseException: \'/WPFToolkit;component/DataGrid/Themes/Luna.NormalColor.xaml\' value cannot be assigned to property \'Source\' of object \'System
major edit of a tumbleweed, may remain a tumbleweed... If I have a list of Customers and the data for each Customer is contained in a Dictionary how can I bind the list to the DataGrid so that each s
In a wpf project I have this XAML code <Window xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"