Top "Wpftoolkit" questions

The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle.

How do I change the background color of a cell using WPF Toolkit Datagrid

I'm using the WPF toolkit datagrid, and I'd like to set the background color of a cell, not the row, …

wpf datagrid background wpftoolkit
How can I sort a DataGridTemplateColumn on a WPF Toolkit DataGrid?

I have a WPF Toolkit DataGrid with one DataGridTemplateColumn. I've specified in a grid attribute that I wish all columns …

wpf sorting wpftoolkit datagridtemplatecolumn
How can I apply a custom sort rule to a WPF DataGrid?

When the user does a column sort in my DataGrid, I want all null or empty cells to be sorted …

wpf xaml sorting mvvm wpftoolkit
Bind datagrid column visibility MVVM

.Net 3.5 I know that the columns doesn't inherit the datacontext and by reading other posts i thought this would work: …

c# wpf xaml .net-3.5 wpftoolkit
How do I create a new row in WPF DataGrid when it is bound to an XmlDataProvider?

I have a project with an XmlDataProvider bound to a WPF DataGrid control. I have the bindings on the DataGrid …

c# wpf wpftoolkit xmldataprovider
Problem binding DataGridComboBoxColumn.ItemsSource

I have 3 tables: Item - which is the DataContext - it has a navigation column Group Group - has a …

wpf binding wpftoolkit datagridcomboboxcolumn
WPF toolkit DatePicker change default value 'show calendar'

I'm using the latest WPF toolkit, specifically the DatePicker. Everything works fine, but when no value is provided, the default …

datepicker wpftoolkit
How do I Get a WPF DataGrid to Save Changes Back to the DataBase?

How do I get a WPF DataGrid to save changes back to the database? I've data-bound my DataGrid control to …

sql wpf datagrid wpftoolkit
DatePicker.SelectedDate not changing when Text is input

When my users select a date via the Calander control within the DatePicker, the value gets correctly bound to the …

wpf text datepicker wpftoolkit
WPF Toolkit: how to scroll datagrid to show selected item from code behind?

I tried the following, all of which fail on function ScrollIntoView and give a NullReferenceException: // doesn't work grid.SelectedItem = sItem; …

wpf scroll datagrid selection wpftoolkit