I have a strange issue that I cannot figure out. Whenever I run my project locally in visual studio, radgrids do not show correctly, but if I publish my project to either our development server or production server, then it shows correctly. It used to work fine and I am not sure what changed.
I took the rendered html files from my local environment and on our server and did a compare between the two. I found that whenever I rendered the file locally, I was missing the following:
Completely missing, doesn't show in the browser at all, but if I look on our development or production servers, it's there. Tried multiple browsers with the same result. I cannot understand when all of the sudden code would disappear locally, but not when i publish it to another server.
*** UPDATE ***: Issue fixed by reinstalling telerik Ajax controls and removing and reinserting Telerik reference.
Thanks,
Ryan
I took the rendered html files from my local environment and on our server and did a compare between the two. I found that whenever I rendered the file locally, I was missing the following:
<table class="rgMasterTable" id="ctl00_MainContent_grdRoleEdit_ctl00" style="width:100%;table-layout:auto;empty-cells:show;">
<colgroup>
<col />
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th scope="col" class="rgHeader">Role Name</th><th scope="col" class="rgHeader">Company</th><th scope="col" class="rgHeader">Signing Limit</th><th scope="col" class="rgHeader"> </th>
</tr>
</thead><tfoot>
<tr class="rgFooter">
<td align="left">
Completely missing, doesn't show in the browser at all, but if I look on our development or production servers, it's there. Tried multiple browsers with the same result. I cannot understand when all of the sudden code would disappear locally, but not when i publish it to another server.
*** UPDATE ***: Issue fixed by reinstalling telerik Ajax controls and removing and reinserting Telerik reference.
Thanks,
Ryan