This is a migrated thread and some comments may be shown as answers.

RadGrid Rendering differently in Different Machine of 100% Same Application

2 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ABC
Top achievements
Rank 1
ABC asked on 22 Oct 2013, 09:05 AM

I have a .NET 4.0 application which uses RadGrid in a web-page in Visual Studio 2013. When I open my page on 1st machine, I got the following HTML,

<div id="ctl00_mainContentPlaceHolder_ctl00_mainContentPlaceHolder_radMainPanel">
   <div id="ctl00_mainContentPlaceHolder_radMain" class="RadGrid RadGrid_Metro">
 
    
                       <img width="64px" style='max-height: 100px; max-width: 100px;' src="/Data/Images/2013_09_16_17_18_37_1837_30f9.jpg" />
                   </td><td>


and when I open the same page on second machine I got,

<div id="ctl00_mainContentPlaceHolder_ctl00_mainContentPlaceHolder_radMainPanel">
    <div id="ctl00_mainContentPlaceHolder_radMain" class="RadGrid RadGrid_Metro">
 
    <table class="rgMasterTable" id="ctl00_mainContentPlaceHolder_radMain_ctl00" style="width:100%;table-layout:auto;empty-cells:show;">
    <colgroup>
        <col style="width:35px" />
        <col  />
        <col  />
        <col  />
        <col  />
        <col  />
        <col  />
...............................................................


The second one is correct but why my first machine does not show any table element which is the root cause.

2 Answers, 1 is accepted

Sort by
0
ABC
Top achievements
Rank 1
answered on 23 Oct 2013, 02:31 PM
0
Angel Petrov
Telerik team
answered on 25 Oct 2013, 05:44 AM
Hello,

Thank you for sharing your findings with the community. Hope that this will help others resolve this issue. Additionally I am pasting the link to the original source of the solution here.

Regards,
Angel Petrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
ABC
Top achievements
Rank 1
Answers by
ABC
Top achievements
Rank 1
Angel Petrov
Telerik team
Share this question
or