I have a page that opens multiple RadWIndows that contain different RadGrids. My RadGrid is created in codebehind and has static headers and scrolling turned on. Right now if I open the window the grid is not as tall as the window. I need to find a way to have the grid have it's height adjusted to the RadWindow height when opened and on re-sizing of the window. The issue I think keeping me from finding a solution has been that the grid is in a second page pulled into the RadWindow. It's all within the same website, so there should be no XSS issues, but I cannot seem to access the parent RadWindow's controls to get a height, nor can I access the grid from the page that opens the RadWindows.
I'd love to post code, but this site is large and complicated so it's not a single page to post. Hopefully someone can help point me in the right direction.
I'd love to post code, but this site is large and complicated so it's not a single page to post. Hopefully someone can help point me in the right direction.