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
No Data
Reply
  • 15320
    Offline posted

    Hello ARGUSnet_00,

    Thank you for posting in our community.

    I am currently looking into this matter and will keep you posted of any available information.

    Please do not hesitate to contact me with any updates or additional questions regarding this scenario in the meantime.

     

    Sincerely,

    Tsanna

Children