After the breaking change of Telerik removing the
GridViewDataColumn newColumn = new GridViewDataColumn ();
and forcing us to specify with
GridViewDataColumn newColumn = new GridViewTextBoxColumn();
None of the text put into the column appears.
Has anyone else had this issue?
Aside: I really would advise anyone thinking of upgrading from 2009 > 2011 to either not do it unless you absolutely have to or to schedule a great deal of time for the upgrade. Telerik has created a PHENOMENAL number of breaking changes.