Note that there are some explanatory texts on larger screens.

plurals
  1. PORadGrid Rendering differently in Different Machine of 100% Same Application when opening app in Visual Studio 2013
    text
    copied!<p>I have a .NET 4.0 application which uses RadGrid in a web-page. When I open my page on 1st machine, I got the following HTML,</p> <pre><code>&lt;div id="ctl00_mainContentPlaceHolder_ctl00_mainContentPlaceHolder_radMainPanel"&gt; &lt;div id="ctl00_mainContentPlaceHolder_radMain" class="RadGrid RadGrid_Metro"&gt; &lt;img width="64px" style='max-height: 100px; max-width: 100px;' src="/Data/Images/2013_09_16_17_18_37_1837_30f9.jpg" /&gt; &lt;/td&gt;&lt;td&gt; </code></pre> <p>and when I open the same page on second machine I got,</p> <pre><code>&lt;div id="ctl00_mainContentPlaceHolder_ctl00_mainContentPlaceHolder_radMainPanel"&gt; &lt;div id="ctl00_mainContentPlaceHolder_radMain" class="RadGrid RadGrid_Metro"&gt; &lt;table class="rgMasterTable" id="ctl00_mainContentPlaceHolder_radMain_ctl00" style="width:100%;table-layout:auto;empty-cells:show;"&gt; &lt;colgroup&gt; &lt;col style="width:35px" /&gt; &lt;col /&gt; &lt;col /&gt; &lt;col /&gt; &lt;col /&gt; &lt;col /&gt; &lt;col /&gt; ............................................................... </code></pre> <p>The second one is correct but why my first machine does not show any table element which is the root cause.</p> <p><code>UPDATE:</code> After a lot of search, I was able to find the <a href="http://weblogs.asp.net/imranbaloch/archive/2013/10/23/messy-html-and-js-errors-when-you-install-visual-studio-2013.aspx" rel="noreferrer">answer at here</a>.</p> <pre><code>&lt;add key="vs:EnableBrowserLink" value="false" /&gt; </code></pre>
 

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