WebGrid Community Server

Welcome to WebGrid Community Server Sign in | Join | Help
in Search

Imposible to move webgrid in contentpanel page aspx.

Last post 02-06-2010, 9:35 by fernandopablo. 4 replies.
Sort Posts: Previous Next
  •  02-03-2010, 14:49 1537

    Imposible to move webgrid in contentpanel page aspx.

    I have some webgrids in a contenpanel, I have changed the propieties position to relative but for me is imposible to move the webgrids,

     

    Any idea please.

    Thanks in advance.

  •  02-04-2010, 23:12 1538 in reply to 1537

    Re: Imposible to move webgrid in contentpanel page aspx.

    Hi,

    Can I see your css attributes for this?

    Olav Botterli, WebGrid Founding Developer

    Learn more with WebGrid Support Kit or Subscribe to WebGrid Announcements
  •  02-05-2010, 9:41 1541 in reply to 1538

    Re: Imposible to move webgrid in contentpanel page aspx.

    I'm sorry, I dont understant what need you, Can you explain better.

    Thanks in advance.

    Regards

     

     

  •  02-06-2010, 9:14 1542 in reply to 1541

    Re: Imposible to move webgrid in contentpanel page aspx.

    Hi,

    Can I see the html/css syntaxes for your contentpanel ?!

    Olav Botterli, WebGrid Founding Developer

    Learn more with WebGrid Support Kit or Subscribe to WebGrid Announcements
  •  02-06-2010, 9:35 1543 in reply to 1542

    Re: Imposible to move webgrid in contentpanel page aspx.

    Sure, This is the code

     

    <wg:grid id="Retenciones" runat="server" style="z-index: 1; left: 34px; top: 700px;"

    datasourceid = "SqlDataSourcere" Language="Spanish"

    CacheGridStructure="False" DefaultDateTimeFormat="dd/MM/yyyy hh:mm"

    CollapsedGrid="False"

    ConnectionString="database"

    Culture="Spanish (Spain)" SkinType="Cupertino" Width="1100px">

    <Columns>

    <WG:Number ColumnId="ID_Reten" HyperLinkColumn="true"

    WidthColumnHeaderTitle="60px" AllowUpdate="true" Primarykey="true"

    AllowEditInGrid="false">

    </WG:Number>

    </Columns>

    <Toolbars>

    <WG:ToolbarDetailBottom>

    <Controls>

    <table cellpadding="0" cellspacing="0" width="100%">

    <tr>

    <td align="left">

    [UPDATE] [CLOSEWINDOW]</td>

    </tr>

    </table>

    </Controls>

    </WG:ToolbarDetailBottom>

    <WG:ToolbarGridBottom>

    <Controls>

    <table cellpadding="0" cellspacing="0" width="100%">

    <tr valign="middle">

    <td align="left">

    [PAGER]</td>

    <td align="right">

    [PAGERSTATUS]</td>

    </tr>

    <tr valign="middle">

    <td>

    [NEWRECORD] [UPDATEROWS] [CLOSEWINDOW]</td>

    <td align="right">

    [SEARCHFIELD]</td>

    </tr>

    </table>

    </Controls>

    </WG:ToolbarGridBottom>

    </Toolbars>

    </wg:grid>

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems