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
Hi,
I am facing the same issue. Attached is the screen shot.
Details :
assembly = "Infragistics35.WebUI.UltraWebGrid.v11.1, Version=11.1.20111.2064
Hi Jakub,
Thank you for your reply.
Attached is a sample using version 11.1 for your consideration. Please note that there is a known issue with column resizing in IE7 which has been resolved in 11.1.20111.2080 and 10.3.20103.2195.
Please let me know if you have any questions.
Hello Petar,
create an UltraWebGrid. Set the width of the columns in the grid to relative. For example create five columns with width 20% of each and then run the project and try to resize them. It makes an error on the line of code I have posted above.
Or check the link I have in my post, it describes the same problem.
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.