Column Size on a datagrid

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

  1. #1

    Default Column Size on a datagrid

    There are two datagrids on the page. One is used to show
    the data inside a scrollable third-party panel. The
    other is positioned above that outside the panel to
    provide stationary headers. I am setting both the
    headerstyle.width and itemstyle.width for each column,
    but they seem to be ignoring the specification.

    Help!
    Tobe Guest

  2. Similar Questions and Discussions

    1. Datagrid Template Column size control
      Hello guys, I have a datagrid with 2 Template columns. 1 colum which has all the data in the form of a HTML table and other which has an image...
    2. how do i access a dropdownlists selected value in a datagrid edititemtemplate column from the selectedindexchanged event of another dropdownlist in a datagrid edititemtemplate column
      i am trying to trap the value of one dropdownlist (in a datagrid edititemtemplate column) at the time its selectedindexchanged event fires and use...
    3. How to set the size of a edit-column in a datagrid
      Hi I'm trying to set the size of the textbox that appears when clicking the edit-button in a datagrid, but I'cant find out how to do it. //...
    4. Bound Column or Template Column (w dAdapater?) in DataGrid
      I am able to get the data using DataAdapter and the DataReader. I am more inclined to use DataAdapter because I want to update the data on the SQL...
    5. Convert an MS Access Yes/No column to a checkbox column in C# datagrid
      Currently I have a datagrid displaying the multiple columns of data (text and numerical) found in a table in MS Access. In the Access table,...
  3. #2

    Default Re: Column Size on a datagrid

    Are the columns auto-generated? If so, I don't think you can access or
    change the columns and their properties.

    --
    Craig Deelsnyder
    Microsoft MVP - ASP/ASP.NET


    "Tobe" <tobep@vantagecontrols.com> wrote in message
    news:063801c35616$54f2e6a0$a101280a@phx.gbl...
    > There are two datagrids on the page. One is used to show
    > the data inside a scrollable third-party panel. The
    > other is positioned above that outside the panel to
    > provide stationary headers. I am setting both the
    > headerstyle.width and itemstyle.width for each column,
    > but they seem to be ignoring the specification.
    >
    > Help!

    Craig Deelsnyder 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