Custom Control for DataGridTemplateColumn
I'm currently attempting to create a custom control out of a DataGridTemplateColumn that will be reused across many of our applications. I'm running into some issues getting a dependency property on the custom control to bind and raise the property changed notification correctly. I currently have the control inheriting from DataGridTemplateColumn the xaml looks like this: <DataGridTemplateColumn x:Class="Controls.DataGridDateColumn" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <DataGridTemplateColumn.CellTemplate>