<DockPanel>
<xcdg:DatePicker DateTimeMaskMode="ShortDate"
SelectedDate="{Binding ElementName=OrdersGrid, Path=CurrentItem[BirthDate], Mode=TwoWay}"
DockPanel.Dock="Top"/>
<xcdg:DataGridControl x:Name="OrdersGrid"
ItemsSource="{Binding Source={StaticResource cvs_orders}}"/>
</DockPanel>
Where the grid is bound to a DataGridCollectionViewSource who is bound to the Employees table of the Northwind database.
Technical Writer - Xceed Software
Of all the things I've lost, I miss my mind the most. - Mark Twain