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
240
UltraWebGrid error after resizing header of column with relative width
posted

Hello,

I would like to ask you if you have resolved this problem?

http://codecorner.galanter.net/2011/10/11/ultrawebgrid-invalid-argument-error-after-upgrade/

If I have UltraWebGrid with columns that have relative width and I try to resize the headers I get a javascript error on this block of code:

if (column)
                        {
                            co.style.width = "";
                            co.width = cg[j].childNodes[i].oldWidth;
                           
                           
                            column.setWidth(igtbl_parseInt(co.width));
                            if (column.Node) column.Node.setAttribute(igtbl_litPrefix + "width", co.width);
                        }

it seems that it is trying to assign a negative value to this element which leads to an error.

Please, check the link for more information.

I hope you can resolve this.

Thank you,

Jakub

 

 

 

Parents
No Data
Reply
  • 49378
    posted

    Hi Jakub,

    Thank you for posting in the community.

    I have just tested this scenario using version 11.1.20111.2020 but am unable to replicate the matter. If you provide me with your exact product version I would be happy to look into the matter further.

    Please do not hesitate to contact me if you have any questions.

Children