Note that there are some explanatory texts on larger screens.

plurals
  1. POIE 9 changes style of tables element after postback
    primarykey
    data
    text
    <p>What I am trying to do is show list of dates and user is able to select them (checkboxes are with postback) when users select dates he can enable\disable and after update <code>monthListView.DataBind();</code> So the main problem is with style I attached two images, one before selection <img src="https://i.stack.imgur.com/qRsf4.png" alt="before"> and other after selection <img src="https://i.stack.imgur.com/JfeJs.png" alt="after"></p> <p>As you can see, problem is that some values go to new column, but in source they are same. How to fix this IE9 problem ? Tested with chrome, firefox and works fine. And always same values go out of their table. And it doesn't matter which value I select.</p> <p>After:</p> <pre><code>&lt;tr class='enabledTrue'&gt; &lt;td&gt; &lt;span class="LayoutTemplateStyle"&gt;&lt;input id="MainContent_monthListView_MonthState_CheckBox_46" type="checkbox" name="ctl00$MainContent$monthListView$ctrl46$MonthState_CheckBox" onclick="javascript:setTimeout(&amp;#39;__doPostBack(\&amp;#39;ctl00$MainContent$monthListView$ctrl46$MonthState_CheckBox\&amp;#39;,\&amp;#39;\&amp;#39;)&amp;#39;, 0)" /&gt;&lt;/span&gt; &lt;/td&gt; &lt;td &gt; &lt;span id="MainContent_monthListView_MonthName_Label_46" class="LayoutTemplateStyle"&gt;November 2012&lt;/span&gt; &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>Before:</p> <pre><code>&lt;tr class='enabledTrue'&gt; &lt;td&gt; &lt;span class="LayoutTemplateStyle"&gt;&lt;input id="MainContent_monthListView_MonthState_CheckBox_46" type="checkbox" name="ctl00$MainContent$monthListView$ctrl46$MonthState_CheckBox" onclick="javascript:setTimeout(&amp;#39;__doPostBack(\&amp;#39;ctl00$MainContent$monthListView$ctrl46$MonthState_CheckBox\&amp;#39;,\&amp;#39;\&amp;#39;)&amp;#39;, 0)" /&gt;&lt;/span&gt; &lt;/td&gt; &lt;td &gt; &lt;span id="MainContent_monthListView_MonthName_Label_46" class="LayoutTemplateStyle"&gt;November 2012&lt;/span&gt; &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>PS: Open images in new tab to see code clearly.</p>
    singulars
    1. This table or related slice is empty.
    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.
    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