3.2.0

Content of the grid does not get rendered

Hi, I am using the grid inside the IFRAME and I have implemented some functions like "paging", but on the server side. That means I have to re-load the HTML document with the integrated grid within an IFRAME element. That means that when I am going through a large number of elements page by page, I have to load the grid every time for each page.

The problem is, that the grid from time to time does not get rendered. There are simply no rows, no header, nothing. The surrounding HTML (around the grid) does get rendered in a normal way. I think it has something to do with the document.write(html_code); technique. Interesting is, that if I do the resize on the whole window, then the grid shows up.

Any ideas or has anybody ever had this side-effect?
Ladi.
June 24,
Sorry again, I forgot to write it happens in IE only...
Ladi
June 24,
If you are using nested tables around the grid try table-layout: fixed CSS on the grid parent table.
Alex (ActiveWidgets)
June 26,
Thanks Alex!

It seems to work, I have to wait and let more people test it. We are really using the grid inside the table. You seem to have had this problem already...

If we don't encounter any problems in next few weeks, I will post the report again.
Ladi
July 15,
Yes, unfortunately it happens quite often. The problem comes from the grid expecting the parent element to provide the dimensions while the table usually derives its dimensions out of its content (loop).
Alex (ActiveWidgets)
July 16,

This topic is archived.

See also:


Back to support forum