Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS Issue - ASP.NET Calendar picker
    primarykey
    data
    text
    <p><strong>EDIT</strong><br> With one of the below answers, I was able to correct this issue for the rendering within a table. I'm still seeing this issue within my ListViews. I've tried this CSS for the ListView, but it has not corrected the issue.</p> <pre><code>/* FIX FOR CALENDAR IN TABLE */ .DateTime_Edit { white-space: nowrap; } .DateTime_Edit table { border: solid 0 #FFFFFF; width: 0; height: 0; padding: 0; margin: 0; } .DateTime_Edit table tr td { border: solid 0 #FFFFFF; padding: 0; margin: 0; } /* LISTVIEW, NOT WORKING */ .DateTime_Edit table.listview { border: solid 0 #FFFFFF; width: 0; height: 0; padding: 0; margin: 0; } .DateTime table.listview tr td { border: solid 0 #FFFFFF; padding: 0; margin: 0; } </code></pre> <p><hr> <strong>WITHIN A LISTVIEW</strong><br> <a href="http://www.imageunload.com/public/15867/CSSIssue2.png?no_history" rel="nofollow noreferrer">alt text http://www.imageunload.com/public/15867/CSSIssue2.png?no_history</a> <strong>WITHIN A TABLE</strong><br> <a href="http://www.imageunload.com/public/15852/CSSIssue.jpg?no_history" rel="nofollow noreferrer">alt text http://www.imageunload.com/public/15852/CSSIssue.jpg?no_history</a></p> <p><hr> Field Template Definition:</p> <pre><code>&lt;%@ Control Language="C#" CodeBehind="DateAjaxCalendar_Edit.ascx.cs" Inherits="WarehouseLogging.DateAjaxCalendar_EditField" %&gt; &lt;div class="DateTime_Edit"&gt; &lt;asp:TextBox ID="TextBox1" runat="server" Text='&lt;%# FieldValueEditString %&gt;' CssClass="droplist"&gt;&lt;/asp:TextBox&gt; &lt;asp:Image runat="Server" CssClass="CalendarIcon" ID="imgCalendar1" ImageUrl="~/Images/calendar.gif" /&gt; &lt;ajaxToolkit:CalendarExtender ID="CalendarExtender1" runat="server" PopupButtonID="imgCalendar1" TargetControlID="TextBox1" CssClass="custcal1"&gt; &lt;/ajaxToolkit:CalendarExtender&gt; &lt;ajaxToolkit:FilteredTextBoxExtender ID="fltrTextBox1" runat="server" TargetControlID="TextBox1" FilterType="Custom, Numbers" ValidChars="/"&gt; &lt;/ajaxToolkit:FilteredTextBoxExtender&gt; &lt;asp:RequiredFieldValidator runat="server" ID="RequiredFieldValidator1" CssClass="droplist" ControlToValidate="TextBox1" Display="Dynamic" Enabled="false" /&gt; &lt;asp:DynamicValidator runat="server" ID="DynamicValidator1" CssClass="droplist" ControlToValidate="TextBox1" Display="Dynamic" /&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload