WPFToolkit - Rudi Grobler

Browse by Tags

All Tags » WPFToolkit (RSS)

Using a DatePicker in a DataGrid?

Wow, the WPF Toolkit has just been released and already I had a email from someone wanting to know how to use the DatePicker in a DataGrid! Here is a very basic example < toolkit : DataGridTemplateColumn Header ="Date Of Birth"> < toolkit : DataGridTemplateColumn.CellTemplate > < DataTemplate > < toolkit : DatePicker SelectedDate ="{ Binding DOB }" /> </ DataTemplate > </ toolkit : DataGridTemplateColumn.CellTemplate > </ toolkit : DataGridTemplateColumn...
Posted by rudi | 2 comment(s)

Silverlight love for WPF

Silverlight’s adoption is growing at a good pace… With this growing adoption comes developer/designers willing to share their design skills for free! Their are some great freely available “themes” for Silverlight available! The MAJOR difference between designing themes for WPF & Silverlight is Triggers vs VisualStateManager! The WPF Toolkit now includes a implementation of the VisualStateManager for WPF… This makes porting themes (or controls) from Silverlight to WPF as easy as… Here are 2 themes...

DatePicker & Calendar released for WPF

The WPF Toolkit has been updated!!! Let’s take it for a test drive… Before we start, we should reference the WPFToolkit.dll and include the following namespace xmlns : toolkit ="clr-namespace:Microsoft.Windows.Controls;assembly=WPFToolkit" DatePicker < toolkit : DatePicker /> The DatePicker has the following properties DisplayDate DisplayDateStart DisplayDateEnd SelectedDate BlackoutDates FirstDayOfTheWeek SelectedDateFormat Calendar <toolkit:Calendar /> The Calendar has the...
Posted by rudi | 2 comment(s)