I want all RadGrids on my site to have fixed sized columns and that text should wrap to a new line if a word or sentence is to long. Which style should I use?
You can set the TableLayout property of the MasterTableView for the grid to true. The cell texts should automatically wrap provided there are spaces between the text. If the text is long(without spaces) then you can try out the approaches given in the following forum discussion link inorder to enable wrap : http://www.telerik.com/community/forums/aspnet/grid/92286-column-width.aspx