We have a window with a RadGrid with a footer. When the window opens, the footer displays correctly at the bottom of the grid. The window contains several buttons that cause a script to be registered that executes window.showModalDialog() to display a popup window. When the popup opens, the footer disappears (although it is still in the rendered html). When the user closes the popup, the footer reappears.
Looking at the html, I see that the grid is rendered as a div with a height of 190px. This div contains a div for the header, a div for the main area of the grid, and a grid for the footer. The header and footer divs do not specify a height but the middle div specifies a height of 300px. Somewhere this is being converted to 122px, leaving room for the header and footer. Apparently whatever adjusts the height is not being called when the window is refreshed after the user clicks on one of the buttons. As a result, the middle div retains a height of 300px and the footer does not appear.
Is there a workaround for this?
Thanks,
Stephen
Looking at the html, I see that the grid is rendered as a div with a height of 190px. This div contains a div for the header, a div for the main area of the grid, and a grid for the footer. The header and footer divs do not specify a height but the middle div specifies a height of 300px. Somewhere this is being converted to 122px, leaving room for the header and footer. Apparently whatever adjusts the height is not being called when the window is refreshed after the user clicks on one of the buttons. As a result, the middle div retains a height of 300px and the footer does not appear.
Is there a workaround for this?
Thanks,
Stephen