Data Grid Cell Vertical Scroll Bar. High Importance

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Data Grid Cell Vertical Scroll Bar. High Importance


    Hi guys,
    i have a problem in asp.net data grid. If u have a solution let m
    know.
    Problem is such that i have a data grid with 2 columns. Columns widt
    is fixed. one column's data is huge. Because of this the data get
    wrapped in that column and the size of data grid keeps increasing.
    want to freeze the width of that column to some width and appl
    vertical scroll bars to that column. If any one has a solution plz le
    me know

    --
    kesarisures
    -----------------------------------------------------------------------
    kesarisuresh's Profile: [url]http://www.highdots.com/forums/member.php?userid=31[/url]
    View this thread: [url]http://www.highdots.com/forums/showthread.php?t=154379[/url]

    kesarisuresh Guest

  2. Similar Questions and Discussions

    1. Sending a CDO.Message with high importance?
      Okay... Thought I'd try to move away from CDONTS to CDOSYS. The one thing that's still a puzzle is how to send a CDO.Message so that it shows up...
    2. Data Grid Dynamic Cell Colors
      I would like to create a Data Grid where the individual cell colors change based on the number in the cell. For example, numbers between 0 and 1...
    3. Data Grid cell press question...
      Ok, I've been working days on this and finally have broke down to ask. I'm importing via coldfusion, information from a database. Like the parks...
    4. High Light Data Grid Row Effect.
      How do i accomplish this when a users mouse is hovering over a particular row ? Help appreciated !
    5. retrieving text from a selected data grid row cell...
      this was working Dim szMsgNumber = db_grid.SelectedItem.Cells(0).Text until i changed the first column (at index 0) to a ASP:ButtonColumn...
  3. #2

    Default Re: Data Grid Cell Vertical Scroll Bar. High Importance

    kesarisuresh,

    Make a template column and put a <div> with a fixwd height to the
    ItemTemplate. Put the databind expression for the column inside the div. The
    div style should include rule "overflow:auto".

    Eliyahu

    "kesarisuresh" <kesarisuresh.1r2f20@no-mx.forums.yourdomain.com.au> wrote in
    message news:kesarisuresh.1r2f20@no-mx.forums.yourdomain.com.au...
    >
    > Hi guys,
    > i have a problem in asp.net data grid. If u have a solution let me
    > know.
    > Problem is such that i have a data grid with 2 columns. Columns width
    > is fixed. one column's data is huge. Because of this the data gets
    > wrapped in that column and the size of data grid keeps increasing. I
    > want to freeze the width of that column to some width and apply
    > vertical scroll bars to that column. If any one has a solution plz let
    > me know.
    >
    >
    > --
    > kesarisuresh
    > ------------------------------------------------------------------------
    > kesarisuresh's Profile:
    [url]http://www.highdots.com/forums/member.php?userid=319[/url]
    > View this thread: [url]http://www.highdots.com/forums/showthread.php?t=1543799[/url]
    >

    Eliyahu Goldin 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