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. Datagrid with table

Datagrid with table

Scheduled Pinned Locked Moved ASP.NET
csssysadminquestion
3 Posts 2 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.
  • D Offline
    D Offline
    danasegaranea
    wrote on last edited by
    #1

    Hi all, I am having a datagrid as follows

    <asp:datagrid id="dgResources" runat="server" ShowHeader="False" PageSize="23" GridLines="None"
    AllowPaging="True" AutoGenerateColumns="False">
    <Columns>
    asp:TemplateColumn
    <ItemTemplate>
    <asp:CheckBox ID="chkResource_First" Runat="server"></asp:CheckBox>
    </ItemTemplate>
    </asp:TemplateColumn>
    asp:TemplateColumn
    <ItemTemplate>
    <asp:HyperLink ID="lblResource_First" Runat="server"></asp:HyperLink>
    </ItemTemplate>
    </asp:TemplateColumn>
    asp:TemplateColumn
    <ItemTemplate>
    <asp:CheckBox ID="chkResource_Second" Runat="server"></asp:CheckBox>
    </ItemTemplate>
    </asp:TemplateColumn>
    asp:TemplateColumn
    <ItemTemplate>
    <asp:HyperLink ID="lblResource_Second" Runat="server" CssClass="DataLight"></asp:HyperLink>
    </ItemTemplate>
    </asp:TemplateColumn>
    </Columns>
    <PagerStyle VerticalAlign="Middle" NextPageText="Next" PrevPageText="Previous" HorizontalAlign="Right"
    Position="Bottom"></PagerStyle>
    </asp:datagrid>

    Now I want to add table inside the ItemTemplate. Because I have common style sheet which applies css for the rows of the style sheet. How can I Thanks in Advance Dana

    L 1 Reply Last reply
    0
    • D danasegaranea

      Hi all, I am having a datagrid as follows

      <asp:datagrid id="dgResources" runat="server" ShowHeader="False" PageSize="23" GridLines="None"
      AllowPaging="True" AutoGenerateColumns="False">
      <Columns>
      asp:TemplateColumn
      <ItemTemplate>
      <asp:CheckBox ID="chkResource_First" Runat="server"></asp:CheckBox>
      </ItemTemplate>
      </asp:TemplateColumn>
      asp:TemplateColumn
      <ItemTemplate>
      <asp:HyperLink ID="lblResource_First" Runat="server"></asp:HyperLink>
      </ItemTemplate>
      </asp:TemplateColumn>
      asp:TemplateColumn
      <ItemTemplate>
      <asp:CheckBox ID="chkResource_Second" Runat="server"></asp:CheckBox>
      </ItemTemplate>
      </asp:TemplateColumn>
      asp:TemplateColumn
      <ItemTemplate>
      <asp:HyperLink ID="lblResource_Second" Runat="server" CssClass="DataLight"></asp:HyperLink>
      </ItemTemplate>
      </asp:TemplateColumn>
      </Columns>
      <PagerStyle VerticalAlign="Middle" NextPageText="Next" PrevPageText="Previous" HorizontalAlign="Right"
      Position="Bottom"></PagerStyle>
      </asp:datagrid>

      Now I want to add table inside the ItemTemplate. Because I have common style sheet which applies css for the rows of the style sheet. How can I Thanks in Advance Dana

      L Offline
      L Offline
      Laddie
      wrote on last edited by
      #2

      Is this how you are looking ? Thanks Laddie Kindly rate if the answer was helpful

      D 1 Reply Last reply
      0
      • L Laddie

        Is this how you are looking ? Thanks Laddie Kindly rate if the answer was helpful

        D Offline
        D Offline
        danasegaranea
        wrote on last edited by
        #3

        Thank you Laddie :)

        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