Hello
I have a grid (Rad AJAX 2010 Q1 C# 3.5) that is in a content page (the masterpage provides the navigation control and general look of the page while the content page shows the grid-content itself). I finally got my grid to cosmetically resize to fit the available space that the content page provides for it on 'all' browsers. When I say resize to fit I mean that as the browser window is resized the grid resizes to fill the new amount of space provided to it. (a formidable challenge on its own)
My new quest is this:
with the grid resizing and occupying 100% of the available Height and Width, the number of data rows displayed in this grid remains constant leaving an empty area in the grid at the bottom where I'd like to display more rows. I have read the forums looking for an example like this but haven't found any... Can you provide me with an example of how to do this within a content page. I am sure that other readers will be interested in an example such as this.
thanks in advance!
AJ