When displaying data in my grid, some of the columns are split over 2 lines. How can I force the display on 1 line only ? there are no carriage returns in the data. Ive displayed the columns like this.
<telerik:GridBoundColumn |
DataField="Tel" |
HeaderText="Tel" |
SortExpression="Tel" |
UniqueName="Tel"> |
</telerik:GridBoundColumn> |