I am trying to use an Xceed WPF DataGrid to display DataTable objects. The DataTables just so happens to have columns that utilize special characters such as "/". This led the Xceed DataGrid to run into the same problem as seen in this previous question.
I have tried to find Xceed analogies for the solution provided, but I am not sure how to use Xceed's DataGridBindingInfo class (which I believe governs the binding) to accomplish what I want. Is it even possible to changing the binding in this way with Xceed?