hi,
i have radgrid.i use nvarchar for dataype of which i trying to show with radgrid.i change width but i cant fix it.also i use DataFormatString="<nobr>{0}</nobr>" .it looks like this.
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 25 Nov 2009, 09:44 AM
Hi Teoman,
Please add the following CSS rule to your website in order to make overflowing text clip when the MasterTableView's layout is set to "Fixed". This is included in the latest versions of RadGrid.
i dont wanna hide text.i want it to continue in second line.
0
Dimo
Telerik team
answered on 26 Nov 2009, 03:15 PM
Hello Teoman,
Well, normally browsers do not split single words to parts. You can force IE to do that with the word-break CSS property (using the selectors from my previous post), but this will not work across all browsers.