Datagrid header and scrolling,

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

  1. #1

    Default Datagrid header and scrolling,

    Hi eveybody,

    I have a datagrid that can show many rows, so there is a vertical scrollbar.
    The problem is that when users scroll down, they loose the view of the
    header. My idea, right now, is to use another empty grid outside the scroll
    area and hide the original grid's header. Do you have any other elegant way
    of doing that?

    Thanks,



    abacnet Guest

  2. Similar Questions and Discussions

    1. DataGrid dropdowns getting reset on scrolling throughthe grid
      I have a datagrid which contains two columns with dropdowns. The dropdown values are set to particular index programmatically. But when the scroll...
    2. Horizontal scrolling in DataGrid
      I have ten columns in Data grid and each column is having more data. i want to display the horizontal scrolling. "widthflex" i was using in flex 1.2....
    3. Scrolling datagrid; changing display
      I have some grids with many rows of data, and when a user goes to edit a row, the grid goes into edit mode (see code below) but the screen displays...
    4. scrolling datagrid render issue
      Hi All, I am trying to use wordwrap=true and variableRowHeight=true. The code below was posted by ntsii in trying to help me with a past problem....
    5. Newbie Datagrid Column Scrolling Question
      I have a datagrid that is AutoGenerateColumns from a SQL table. The problem I have is that one of the columns in each row contains a lot of data so...
  3. #2

    Default Re: Datagrid header and scrolling,

    Check out this article, here i have explained how you can have static header
    when you have vertical scroll bar in datagrid.
    [url]http://www.microsoft.com/india/msdn/articles/CreatingaScrollableDataGridWebS[/url]
    erverControl.aspx


    --
    Saravana
    Microsoft India Community Star,MC**
    [url]www.extremeexperts.com[/url]



    "abacnet" <abacnet@hotmail.com> wrote in message
    news:etsrf10XDHA.2032@TK2MSFTNGP10.phx.gbl...
    > Hi eveybody,
    >
    > I have a datagrid that can show many rows, so there is a vertical
    scrollbar.
    > The problem is that when users scroll down, they loose the view of the
    > header. My idea, right now, is to use another empty grid outside the
    scroll
    > area and hide the original grid's header. Do you have any other elegant
    way
    > of doing that?
    >
    > Thanks,
    >
    >
    >

    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