WRAP property in DataGrid doesn't work in IE

G

GrumpyDev

Hi.
I set WRAP property of ItemStyle in DataGrid to False, but
still can see text wrapping in IE.
My Code look like this:
<ItemStyle Wrap="False" CssClass="list"></ItemStyle>

When I open my application in IE, this property has no
effect. The created source look like this:
<tr class="list" nowrap="nowrap">
It adds wrap property to <tr> element, not to <td>

When I open my application in Mozilla, everything looks
fine and a source looks like this:
<td align=center valign=middle NOWRAP>

Did anybody experience similar problem? Is that a bug in
the DataGrid web control?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top