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