This is a migrated thread and some comments may be shown as answers.

IE9: GridHyperLinkColumn text width problem

1 Answer 177 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sonie
Top achievements
Rank 1
Sonie asked on 21 Nov 2011, 08:51 PM
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.   
<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.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 24 Nov 2011, 02:30 PM
Hi Sonie,

Have you tried using the latest version of RadControls to see if the issue is fixed? The thing is that when 2010.2.1029 was issued, IE9 was not yet released, so this version is not expected to be fully compatible with the browser.
Let us know if the issue persists with newer versions of the control.

Greetings,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Sonie
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or