Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
TemplateDataField Width in % gets calculated in pixel in firefox
posted

Hello there,


I have a TemplateDataField, quite simple:

                    <ig:TemplateDataField Key="Name" Width="29%">
                        <HeaderTemplate>

The problem is now, the width of the header seems to get calculated in pixel, when I open the page with firefox. In IE it works in percent.

Here are the debugs:

IE:

<th title="" class="igg_HeaderCaption" id="x:1326458763.15:adr:3:idx:3:key:Name:hdr:1:skp:" style="width: 29%;" skp="" hdr="1" key="Name" idx="3" adr="3">

Firefox:

<th title="" style="width: 269px;" class="igg_HeaderCaption" id="x:2043776963.15:adr:3:idx:3:key:Name:hdr:1:skp:" skp="" hdr="1" key="Name" idx="3" adr="3">

The problem here is, width is bigger than 269 pixel, thaths the the table rows arent proper under the header for this example.

Is there a expanition for this behavior? In a normal table, the percent work with firefox as well as with ie.

Thanks for your response

Matthias

Parents Reply Children