The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle.
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 wpftoolkitI have a WPF Toolkit DataGrid with one DataGridTemplateColumn. I've specified in a grid attribute that I wish all columns …
wpf sorting wpftoolkit datagridtemplatecolumnWhen the user does a column sort in my DataGrid, I want all null or empty cells to be sorted …
wpf xaml sorting mvvm wpftoolkit.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 wpftoolkitI have a project with an XmlDataProvider bound to a WPF DataGrid control. I have the bindings on the DataGrid …
c# wpf wpftoolkit xmldataproviderI have 3 tables: Item - which is the DataContext - it has a navigation column Group Group - has a …
wpf binding wpftoolkit datagridcomboboxcolumnI'm using the latest WPF toolkit, specifically the DatePicker. Everything works fine, but when no value is provided, the default …
datepicker wpftoolkitHow do I get a WPF DataGrid to save changes back to the database? I've data-bound my DataGrid control to …
sql wpf datagrid wpftoolkitWhen my users select a date via the Calander control within the DatePicker, the value gets correctly bound to the …
wpf text datepicker wpftoolkitI 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