I have a Telerik Reporting Table in a report. I am trying to dynamically set the width of first column but it never changes in the report. Is there some sort of update or refresh method that I need to use?
report.calcTable.Body.Columns[0].Width = new Unit(100);