I use an ASPxGridView bound to an XPODataSource with AutoGenerateColumns=true. The datasource's table/class name is set through code, so i cannot prepare grid columns in markup (as different tables have different column names).
I would like to use DataItemTemplate to customize a specific column of each table, but in all examples it is used inside a column created in markup (example: http://demos.devexpress.com/aspxgridviewdemos/Templates/Template.aspx).
So how can i create and assign a DataItemTemplate to a dynamically created column?
Answer is here, should have googled more: http://www.devexpress.com/Support/Center/Example/Details/E293
Basically, you create the template as a class:
then assign it to a column: