Panel with ASP gridview in it - Lose grids padding

  1. #1

    Panel with ASP gridview in it - Lose grids padding

    I have a simple ASP.NET gridview in a panel with paddig=4 - when I place the GV in tha panel, all of my padding is lost?
  2. #2

    RE: Panel with ASP gridview in it - Lose grids padding

    here is a small sample - without the panel - cellpadding of the grid holds at 4 - with it, it renders without padding:




    <ext:Panel runat="server" ID="core" Height="470" AutoScroll="true" Border="false">


    <Body>


    <div id="divGridViewPRO">


    <asp:GridView ID="GridView1" OnRowDataBound="GridView1_RowDataBound" runat="server"


    AutoGenerateColumns="False" CellPadding="4" Width="98.02%">

Similar Threads

  1. [CLOSED] How to load two grids within a panel ?
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Apr 25, 2012, 9:08 AM
  2. [CLOSED] How to reduce the padding for buttons at panel bottom?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 08, 2011, 4:39 PM
  3. Replies: 2
    Last Post: Nov 09, 2009, 5:50 AM
  4. Replies: 1
    Last Post: May 10, 2009, 2:15 PM
  5. [CLOSED] How to adjust padding around panel inside portlet?
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 10, 2009, 3:30 PM

Posting Permissions