I have a RadTabstrip control. On the first tabpage is a button. On the second tabpage is a RadGrid. The button is used to update the grid. After pressing the button, the grid is updated and the Tabstrip switches to the second tab. This all works fine.
When the browser is resized, I use javascript to resize the RadGrid so that it fills up the entire pageview - effectively filling up the entire browser area. After updating the RadGrid, the bottom part of the grid which says "Loading..." doesn't show up. If you use the mouse and resize any side of the brower even by one pixel or more, the bottom part of the grid will then appear. By resizing the browser, it appears that an internal "refresh" is made that causes the grid to restore its css styles.
The title of this post refers to "Ajax". I edited this post afterwards (although I couldn't edit the title) to remove the reference to Ajax because this problem shows up even without Ajax.
Any ideas what could be causing the lower half to dissappear?
Thanks for your help.
Johann
When the browser is resized, I use javascript to resize the RadGrid so that it fills up the entire pageview - effectively filling up the entire browser area. After updating the RadGrid, the bottom part of the grid which says "Loading..." doesn't show up. If you use the mouse and resize any side of the brower even by one pixel or more, the bottom part of the grid will then appear. By resizing the browser, it appears that an internal "refresh" is made that causes the grid to restore its css styles.
The title of this post refers to "Ajax". I edited this post afterwards (although I couldn't edit the title) to remove the reference to Ajax because this problem shows up even without Ajax.
Any ideas what could be causing the lower half to dissappear?
Thanks for your help.
Johann