• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

dynamische Anpassung Tabellenbreite

Status
Für weitere Antworten geschlossen.

Silversurfer777

Neues Mitglied
Hallo Forengemeinde!

Eventuell gehört meine Anliegen auch in die JavaScipt oder ASP.NET-ecke, aber ich denke, dass es sich hierbei um ein reines HTML - Problem handelt.

Ich habe ein JavaScript - Modul (Infragistics 8.1 - UltraWebGrid) welches ich in eine geschachtelte HTML-Tabelle eingebaut habe. Das UltraWebGrid fungiert wie eine ganz normale HTML-Tabelle, nur dass es zahlreiche Features gibt, die kurz gesagt mit JS ausprogrammiert wurden.

Diese Tabelle wird mit Daten gefüllt, die mal kurz und mal lang sein können, d. h. ich benötige eine dynamische Anpassung der Tabellenbreite. Ich habe versucht, diese Anpassung der Breite mit der Tabelleneinstellung <table style="width:100%"... in allen geschachtelten Tabellen zu erreichen, nur leider klappt dieses nicht, so wie ich das gern hätte. :-?:-?

Welche Einstellungen in HTML sind noch nötig, um eine dynamische Anpassung der T-Breite zu erreichen? Hat jemand eine Idee?
Zur Veranschaulichung siehe Quelltext unten...

Thx so long...:grin:
 
Wo ist der Quelltext?

Mfg lukiB

Sorry, vergessen :lol:

[FONT=&quot]<%[/FONT][FONT=&quot]@[/FONT][FONT=&quot] Page Language="VB" ....... Theme="ZMDesign" %>[/FONT]
[FONT=&quot]<%[/FONT][FONT=&quot]@[/FONT][FONT=&quot] Register Assembly="Infragistics2.WebUI.UltraWebGrid.v8.1, ........[/FONT][FONT=&quot]%>[/FONT]
[FONT=&quot]<[/FONT][FONT=&quot]asp[/FONT][FONT=&quot]:[/FONT][FONT=&quot]Content[/FONT][FONT=&quot] ID="Content1" ContentPlaceHolderID="CPH_Inhalt" Runat="Server">[/FONT]
[FONT=&quot]<[/FONT][FONT=&quot]table[/FONT][FONT=&quot] style="width:100%" cellpadding="0" cellspacing="0" border="0">[/FONT]
[FONT=&quot] <tr>[/FONT]
[FONT=&quot] <td class="cnt_inhalttitelblock"><img src="../Grafik/leer.gif" height="7" width="1" alt=""/></td>[/FONT]
[FONT=&quot] </tr>[/FONT]
[FONT=&quot] <tr>[/FONT]
[FONT=&quot] <td class="cnt_inhalttitelblock">Geschäftsübersicht</td>[/FONT]
[FONT=&quot] </tr>[/FONT]
[FONT=&quot]<!-- … [/FONT]-->
[FONT=&quot]</[/FONT][FONT=&quot]table[/FONT][FONT=&quot]>[/FONT]
[FONT=&quot] <table style="width:100%" cellpadding="1" cellspacing="0" border="0">[/FONT]
[FONT=&quot] <tr>[/FONT]
[FONT=&quot] <td valign="top" class="cnt_tabellezelle" style="width: 20px">[/FONT]
[FONT=&quot] <asp:Image ID="Image6" runat="server" ImageUrl="~/Grafik/filter.gif" ToolTip="Filter" />[/FONT]
[FONT=&quot] </td>[/FONT]
[FONT=&quot] <td class="cnt_tabellezelle" valign="top" style="width: 50px">[/FONT]
[FONT=&quot] <asp:Label ID="Label3" runat="server" Text="Typ: " ></asp:Label>[/FONT]
[FONT=&quot] <td class="cnt_tabellezelle" valign="top" style="width: 100%"></td>[/FONT]
[FONT=&quot] </tr>[/FONT]
[FONT=&quot] <tr>[/FONT]
[FONT=&quot] <td valign="top" class="cnt_tabellezelle" style="width: 20px"></td>[/FONT]
[FONT=&quot]<!-- … [/FONT]-->

[FONT=&quot]</[/FONT][FONT=&quot]table[/FONT][FONT=&quot]>[/FONT]
[FONT=&quot]<[/FONT][FONT=&quot]table[/FONT][FONT=&quot] style="width:100%" cellpadding="0" cellspacing="0" border="0">[/FONT]
[FONT=&quot] <tr>[/FONT]
[FONT=&quot] <td width="100%">[/FONT]
[FONT=&quot]<! – Diese Modul sollte in der Breite dynamisch angepasst werden !!! [/FONT]à
[FONT=&quot]<[/FONT][FONT=&quot]igtbl[/FONT][FONT=&quot]:[/FONT][FONT=&quot]ultrawebgrid[/FONT][FONT=&quot] id="UG1" runat="server" Browser="Xml" Height="100%" Width="100%" >[/FONT]
[FONT=&quot] <DisplayLayout AllowAddNewDefault="Yes" RowHeightDefault="18px" Version="3.00" AllowColumnMovingDefault="NotSet" BorderCollapseDefault="Separate"[/FONT]
[FONT=&quot] AllowColSizingDefault="Free" …usw…[/FONT]

[FONT=&quot] <!—Hier stehen noch weitere Einstellung zum Modul UltraWebGrid -->[/FONT]
[FONT=&quot] </RowStyleDefault>[/FONT]
[FONT=&quot] </DisplayLayout>[/FONT]
[FONT=&quot] <Bands>[/FONT]
[FONT=&quot] <igtbl:UltraGridBand>[/FONT]
[FONT=&quot] </igtbl:UltraGridBand>[/FONT]
[FONT=&quot] </Bands>[/FONT]
[FONT=&quot] </igtbl:ultrawebgrid>[/FONT]
[FONT=&quot] </td>[/FONT]
[FONT=&quot] </tr>[/FONT]
[FONT=&quot] <tr>[/FONT]
[FONT=&quot] <td><asp:Image ID="Image1" runat="server" ImageUrl="Grafik/leer.gif" height="20px"/></td>[/FONT]
[FONT=&quot] </tr>[/FONT]
[FONT=&quot] </table>[/FONT]
[FONT=&quot]</[/FONT][FONT=&quot]asp[/FONT][FONT=&quot]:[/FONT][FONT=&quot]Content[/FONT][FONT=&quot]>[/FONT]
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben