I've attached a (poorly) draw drawing to help explain what I'm asking in this post.
I'd like to have a RadGrid in the center of the page that dynamically shrinks and grows with the page in the container that it's it. So, if you look at the image, you can see the section where the RadGrid is in. It should own 100% of that container.
When the container shrinks, the RadGrid should just sprout scrollbars as needed, but the "Tasks" section and the header need to be fixed in size. So - as the width of the window changes, the RadGrid needs to get narrowed so that the Tasks section remains fixed in size. If it ever gets smaller that the columns it needs to show, a scrollbar should be shown.
And, as the the window gets less tall (height descreases), the RadGrid needs to get smaller and similiarly show a scrollbar if neccessay.
Any ideas on how to accomplish this? An iframe?
I'd like to have a RadGrid in the center of the page that dynamically shrinks and grows with the page in the container that it's it. So, if you look at the image, you can see the section where the RadGrid is in. It should own 100% of that container.
When the container shrinks, the RadGrid should just sprout scrollbars as needed, but the "Tasks" section and the header need to be fixed in size. So - as the width of the window changes, the RadGrid needs to get narrowed so that the Tasks section remains fixed in size. If it ever gets smaller that the columns it needs to show, a scrollbar should be shown.
And, as the the window gets less tall (height descreases), the RadGrid needs to get smaller and similiarly show a scrollbar if neccessay.
Any ideas on how to accomplish this? An iframe?
