Hello ocornuau,
WebDataGrid is rendered on a page as html elements. Probably this is caused because different browsers have different rendering engine and interpreted the html elements in a different way.
Hello,In seeking a little more I found this:The element table marked 'MKR = "dataTbl.hdn"' has the following properties:Table-layout = fixed, width = 890pxThe width is calculated is not good. there should be 960px.IE and Firefox as they do not consider this width but that obtained by the columns so that the table is correct.Safari and Chrome in this width is considered.How can I access this value (given that this element is generated by the component) and edit this to put 100%? (because in this case it works)thank you
Hi,
Did you happen to find an answer. Stuck with this silly bug.