I know this question has been asked before, but none of the \"previous\" answers seems to work for me...
I have implemented a functionality for multi languages in my
correct. there is no elemet in visual tree directly mapping to DataGridTextColumn so you can't use RelativeSource with AncestorType (i.e. DataGridTextColumn is not a control hence it doesn't have a parent control). below code should work fine
DataGridTextColumn
RelativeSource
AncestorType