Could you please provide a sample of using the DataGridTemplateColumn with a SyntaxEditor in C#?
Hi Jon,
It would be the same as putting any other control within a DataGridTemplateColumn. This URL talks about how to use the column:
http://windowsclient.net/wpf/wpf35/wpf-35sp1-toolkit-datagrid-feature-walkthrough.aspx
Since the columns require data binding for their contained controls, you'd need to activate the data binding features of SyntaxEditor (off by default) by following the steps in the "SyntaxEditor User Interface Features / Input/Output Features / Data Binding" documentation topic.
I am so sorry. I am working in WinForms. I realize this is in the wrong forum. Any advice?
Sorry but we haven't worked with the WinForms DataGrid so unfortunately we don't have any tips for that.
Please log in to a validated account to post comments.