I'm having an issue with frozen colums and the RadGrid. The problem exist with IE9 and Chrome. When the webpage completes rendering the Radgrid paints with all rows showing (in this case there are only four rows) then it collaspes to 2 rows showing with a vertical scroll bar.
After resizing the webpage manual (by one or two pixels) the Radgrid will repaint all four rows will show, the vertical scroll bar goes away, and the frozen colums work as expected. As a hack, I tried using the windows.onload event to resize the window and move the window to see if that would fix the issue--it does not. I also tried the onGridCreated function and it did not resolve the issue. Any ideas?
Thanks
After resizing the webpage manual (by one or two pixels) the Radgrid will repaint all four rows will show, the vertical scroll bar goes away, and the frozen colums work as expected. As a hack, I tried using the windows.onload event to resize the window and move the window to see if that would fix the issue--it does not. I also tried the onGridCreated function and it did not resolve the issue. Any ideas?
Thanks