I have a WPF datagrid with autogeneratecolumns = true. It is bound to a list of POCO Is there anyway I can set the column order by maybe setting some XML documentation on the properties in the class?
Obviously I can set autogenerate to false, and hard code the columns, but I'm wondering is there some other way of decorating my class/properties to take care of this.