I have a RadGrid control that has a horizontal scrolling with about 8 columns.
I'd need to disable the scrolling and instead just wrap the texts inside cells of my radgrid.
How would it be possible?
Thanks,
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 05 May 2011, 05:24 PM
Hi Pooya,
The RadGrid will enable the horizontal scrollbars, when there is a number of columns with larger width than the MasterTableView can accommodate. Therefore, to disable horizontal scrolling you can try setting the width of the MasterTableView to a value like 98% (less than 100%).