Hi,
Is it possible to have a grid that is not in a frame? I would like my grid to just use the whole page... how do I do this?
I'm not sure what you mean by a "frame", unless you mean the DIV element that the grid uses to set up its scrollbars.
To have the grid use the whole area of its parent container, set its Width and Height properties both to 100%; if you're doing this in code, use Unit.Percentage(100).
Thanks for your response. Yes, I guess I mean the div element that contains the grid.. I would like those scrollbars to disappear and the grid to use the whole page so there's no scrollbars within the page, just the scrollbars on the edges of the browser. I've now set the width and height of the grid to 100%:
<div> <igtbl:UltraWebGrid ID="UltraWebGrid1" runat="server" Width="100%" Height="100%">
...
but the grid is still displayed with scrollbars within the page. They shouldn't be if I am understanding you correctly?
Ah, I see what you're after now. My original response wouldn't get you what you're after - the grid would be as wide and as tall as the browser with what I'd sent previously.
Try clearing out the Width and Height properties altogether. If you're doing this from the Properties window, simply clear out the Width and Height properties. If you're doing this in the ASPX markup, you'll need to change it both on the igtbl:UltraWebGrid element as well as under its FrameStyle element. If you're doing it in code, set the two properties to Unit.Empty.
Thanks, Rumen. I wasn't aware of this. Hopefully it'll get fixed soon.
Regards.
Hello,
Yes, the approval problem is a highly unfortunate issue with our forums software - Community Server. In fact, we do not really want to moderate any post from you guys, it just happens occasionally due to a bug. We are currently in the process of upgrading, but it will take time.
Please, check out the following forum thread for details on the approval problem:
http://forums.infragistics.com/forums/t/1833.aspx
We do appreciate your great feedback and knowledge so far, please keep it up - the whole IG team and all developers here respect that a lot
My post was approved 6 days later? 'k..