Hi
I am using Telerik Web UI version 2010.2.1029.35. The grid has Title column as GridHyperLinkColumn with width set to 35% and no wrap.
When the Title text is too long it displays text with ... at the end of the column in IE8 which is correct. But in IE9, it does not show complete text until 35%, and after 25 chars it displays continuation text as ... even though the column width is still available. I have attached the screen snap.
I have also tried using DataTextFormatString="<nobr>{0}</nobr>", but it didnt help. Can you pls suggest how to get the text until the end of the column? Thanks.
I am using Telerik Web UI version 2010.2.1029.35. The grid has Title column as GridHyperLinkColumn with width set to 35% and no wrap.
When the Title text is too long it displays text with ... at the end of the column in IE8 which is correct. But in IE9, it does not show complete text until 35%, and after 25 chars it displays continuation text as ... even though the column width is still available. I have attached the screen snap.
<
telerik:GridHyperLinkColumn
UniqueName
=
"Title"
DataNavigateUrlFields
=
"RefNo"
DataNavigateUrlFormatString
=
"../text.aspx?id={0}"
DataTextField
=
"Title"
HeaderText
=
"Title"
>
<
HeaderStyle
Width
=
"35%"
/>
<
ItemStyle
wrap
=
"false"
/>
</
telerik:GridHyperLinkColumn
>
I have also tried using DataTextFormatString="<nobr>{0}</nobr>", but it didnt help. Can you pls suggest how to get the text until the end of the column? Thanks.