I have a Rad Grid, which causes a horizontal scroll bar to appear when the data in it large. I need to fix the column width and also wrap the text such that the text come in multiple lines instead of a single line.
Check if you have set the TableLayOut property for the MasterTableViiew to Fixed. If not try setting it to fixed, which will automatically set the width for columns and also wrap the data.
aspx: