This question is locked. New answers and comments are not allowed.
As I have had no joy from the 2 threads I have created to address the wrapping of header text in autogenerated columns
http://www.telerik.com/community/forums/silverlight/gridview/wrap-header-text-in-dynamic-structured-gridview.aspx
http://www.telerik.com/community/forums/silverlight/gridview/wrapping-text-in-gridviewcolumn-header.aspx
I would like your opinion on building the grid in code and assigning it from the code behind. If I create each column in code, adding them to a collection of columns and then assign the collection to the datagrid will I be able to convince the header text to wrap.
Note the header text comes from the database and IS NOT HARD CODED so the xaml definition does not work.
http://www.telerik.com/community/forums/silverlight/gridview/wrap-header-text-in-dynamic-structured-gridview.aspx
http://www.telerik.com/community/forums/silverlight/gridview/wrapping-text-in-gridviewcolumn-header.aspx
I would like your opinion on building the grid in code and assigning it from the code behind. If I create each column in code, adding them to a collection of columns and then assign the collection to the datagrid will I be able to convince the header text to wrap.
Note the header text comes from the database and IS NOT HARD CODED so the xaml definition does not work.