Forum Discussion
HKosova
Alumni
14 years agoHi Pasha,
Probably, you just need to map the OptionsWorkshop.Common.UI.DeskDataGridTextColumn column type to a standard column type, like you previously did for the grid itself. So, try the following:
* Go to Tools > Current Project Properties > Object Mapping.
* Select the Microsoft Controls > WPFToolkitDataGrid > TextColumn item.
* Add OptionsWorkshop.Common.UI.DeskDataGridTextColumn to the list of class names, and select the Enabled check box.
* Save your project.
Does this help you solve the issue?
Probably, you just need to map the OptionsWorkshop.Common.UI.DeskDataGridTextColumn column type to a standard column type, like you previously did for the grid itself. So, try the following:
* Go to Tools > Current Project Properties > Object Mapping.
* Select the Microsoft Controls > WPFToolkitDataGrid > TextColumn item.
* Add OptionsWorkshop.Common.UI.DeskDataGridTextColumn to the list of class names, and select the Enabled check box.
* Save your project.
Does this help you solve the issue?