I am working with a Wpf application. I have created a custom style for wpf DataGrid
(provided in Wpf Toolkit). It all works fine except that I am unable to apply a Style
on the TextBox
that comes on double clicking the cell(editable mode) in DataGridTextColumn
. It display as default style and that doesn't match with my style and looks odd. I have applied a style on the ComboBox
in DataGridComboBoxColumn
and the CheckBox
and all other controls, but this one is not working. Any help plz!!!
Edit:
I have a control library and every control is overridden here for customization (additional functionality) and restyling. These controls are used through out the application. I have to apply this style on the control in control library. So that I can get it reflected in my whole application.
Not perfect, but works...