Multiple grids - how to update layout position

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Multiple grids - how to update layout position

    I must be missing something simple: I've got several grids on a single
    page. Those grids can have a variable numbers of lines. But if they expand
    or contract, I can't figure out how to move the other grids so they don't
    either overlap (when the grid above has too many lines) or leave big blank
    spaces (when the grid above has too few lines).

    So I suppose I'm asking if there's a way to dynamically lay-out content
    within a page (or <DIV> for that matter) using something other than the
    absolute positioning.

    Must be something simple. Can anyone point me to the appropriate MSDN
    article, please?

    Thanks,
    /s/ James


    James G. Beldock Guest

  2. Similar Questions and Discussions

    1. Different lpi and angles to multiple objects in one layout.
      Anyone know if there is a plug-in for Illustrator CS that allows you to apply different lpi and dot shapes/angles to different objects in the same...
    2. Layout multiple PDF pages onto a single PDF page
      Hi, I am working with Acrobat SDK and developing a plugin for Acrobat 7.0 on Windows. I have been looking for a way to layout multiple PDF pages...
    3. update multiple records in multiple tables from one form
      hello I have been trying to run multiple update queries based on the data entered by user. Brief background: I am fetching data from various...
    4. multiple grids on one page - use single Update/Edit/Cancel commands
      Hi - can you access the grid id from DataGridCommandEventArgs ? I have multiple similar grids on the one page, and want to use the same events to...
    5. multiple data grids in a same ASPX page
      Hi, I have a requirement in which I need to display multiple datagrids in my ASPX page. I do not know how many of them until the page load. So I...
  3. #2

    Default Re: Multiple grids - how to update layout position

    You can create scrollable datagrid, so that it will occupy only fixed space.
    For details about scrollable datagrid, check out this article,
    [url]http://www.microsoft.com/india/msdn/articles/CreatingaScrollableDataGridWebS[/url]
    erverControl.aspx

    --
    Saravana
    Microsoft India Community Star,
    MCAD,SE,SD,DBA.


    "James G. Beldock" <the word newsgroups at the domain beldock dot org> wrote
    in message news:#HEJGTaUDHA.656@tk2msftngp13.phx.gbl...
    > I must be missing something simple: I've got several grids on a single
    > page. Those grids can have a variable numbers of lines. But if they
    expand
    > or contract, I can't figure out how to move the other grids so they don't
    > either overlap (when the grid above has too many lines) or leave big blank
    > spaces (when the grid above has too few lines).
    >
    > So I suppose I'm asking if there's a way to dynamically lay-out content
    > within a page (or <DIV> for that matter) using something other than the
    > absolute positioning.
    >
    > Must be something simple. Can anyone point me to the appropriate MSDN
    > article, please?
    >
    > Thanks,
    > /s/ James
    >
    >

    Saravana Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139