Categories | Question details Back To List | ||
Data portion of the grid not rendering in the DIV and covers other parts of the page Sometimes when the grid is rendered in a DIV the header portion renders properly but the data portion renders down and to the left. There is no reproducablitiy to this and it covers up other parts of the web page so they cannot be accessed. Ever seen this? Answer posted on Jun 01, 2007 11:07 Such problem can occur only if you loaded data in grid while it in invisible state, or in case usign complex TABLE layout and initializing grid in moment when table not fully rendered yet - in both cases grid can't detect initial sizes and render correctly. You can a) call grid.setSizes() after switching to visible state b) init grid after TABLE structure fully rendered ( place JS code after closing TABLE tag ) or init grid from onLoad event of page. Answer posted by Nadine (Support) on Dec 04, 2014 20:27 Having solved the problem mentioned above, you may also look through the possible related problems with mysql php connector and slider java script. |