Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. fixed width of all cells in datagrid

fixed width of all cells in datagrid

Scheduled Pinned Locked Moved ASP.NET
helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amit__8
    wrote on last edited by
    #1

    How can i fix height or width of a cell in datagrid. i wants all cells should have the same width ; height may differ in a datagrid.

    M 1 Reply Last reply
    0
    • A amit__8

      How can i fix height or width of a cell in datagrid. i wants all cells should have the same width ; height may differ in a datagrid.

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      You could try setting a Width on the ItemStyle - something like this:

      <asp:DataGrid id="myGrid" runat="server">
      <ItemStyle Width="100" />
      </asp:DataGrid>

      A 1 Reply Last reply
      0
      • M Mike Ellison

        You could try setting a Width on the ItemStyle - something like this:

        <asp:DataGrid id="myGrid" runat="server">
        <ItemStyle Width="100" />
        </asp:DataGrid>

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        how can i fix when the page runs it again shows the minimum width and height

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups