The bugs I'm finding in the Telerik controls are starting to become a little tedious.
I have the very latest version of Prometheus (2007.3.1314.35) and getting the above error when making an ajax call.
Here's the content that throws the error:
<tr id="RAD_SPLITTER_PANE_TR_ContentPane">
<td id="ContentPane" valign="top" class="paneHorizontal lastItem" style="width:811px;height:160px;border-width:1px;"><div id="RAD_SPLITTER_PANE_CONTENT_ContentPane" class='ContentPane' style="width:811px;height:160px;overflow:auto;">
<div id="RadAjaxPanel1Panel">
<div id="RadAjaxPanel1" style="height:200px;width:300px;">
<div id="previewContainer" style="width: 100%; height: 100%;">
<div id="previewLeft" style="float: left; width: 54%">
<span id="lblDocumentName" class="documentName">1 Party Object</span>
<br /><label for="">Version:</label> <span id="lblUserVersion">v1</span>
<br /><label for="">System Version:</label> <span id="lblSysVersion">3</span>
<br /><label for="">Last modified by:</label> <span id="lblModBy">System Administrator</span> on <span id="lblModDate">14/11/2009</span>
<br /><label for="">Created by:</label> <span id="lblCreateBy">System Administrator</span> on <span id="lblCreateDate">14/11/2007</span>
<br /><a id="btnOpenDoc" href="javascript:__doPostBack('btnOpenDoc','')">Open</a>
</div>
<div id="previewRight" style="float:left; width: 45%;">
<img id="imgPreview" src="images/repository/docpreviews/(local)SQLEXPRESS/b939696a-05de-460b-b38c-24ee42fc8d50.png" style="border-width:0px;" />
</div>
</div>
</div>
</div>
</div><input id="ContentPane_ClientState" name="ContentPane_ClientState" type="hidden" /></td>
</tr>
I've already removed <p> tags as this is a known (and serious) bug with your controls. I have also tried putting my code inside and outside an ajax panel!
I'm starting to pull my hair out. A simple task such as updating labels in an ajax request is becoming a nightmare.
Please respond ASAP.
Daron
I have the very latest version of Prometheus (2007.3.1314.35) and getting the above error when making an ajax call.
Here's the content that throws the error:
<tr id="RAD_SPLITTER_PANE_TR_ContentPane">
<td id="ContentPane" valign="top" class="paneHorizontal lastItem" style="width:811px;height:160px;border-width:1px;"><div id="RAD_SPLITTER_PANE_CONTENT_ContentPane" class='ContentPane' style="width:811px;height:160px;overflow:auto;">
<div id="RadAjaxPanel1Panel">
<div id="RadAjaxPanel1" style="height:200px;width:300px;">
<div id="previewContainer" style="width: 100%; height: 100%;">
<div id="previewLeft" style="float: left; width: 54%">
<span id="lblDocumentName" class="documentName">1 Party Object</span>
<br /><label for="">Version:</label> <span id="lblUserVersion">v1</span>
<br /><label for="">System Version:</label> <span id="lblSysVersion">3</span>
<br /><label for="">Last modified by:</label> <span id="lblModBy">System Administrator</span> on <span id="lblModDate">14/11/2009</span>
<br /><label for="">Created by:</label> <span id="lblCreateBy">System Administrator</span> on <span id="lblCreateDate">14/11/2007</span>
<br /><a id="btnOpenDoc" href="javascript:__doPostBack('btnOpenDoc','')">Open</a>
</div>
<div id="previewRight" style="float:left; width: 45%;">
<img id="imgPreview" src="images/repository/docpreviews/(local)SQLEXPRESS/b939696a-05de-460b-b38c-24ee42fc8d50.png" style="border-width:0px;" />
</div>
</div>
</div>
</div>
</div><input id="ContentPane_ClientState" name="ContentPane_ClientState" type="hidden" /></td>
</tr>
I've already removed <p> tags as this is a known (and serious) bug with your controls. I have also tried putting my code inside and outside an ajax panel!
I'm starting to pull my hair out. A simple task such as updating labels in an ajax request is becoming a nightmare.
Please respond ASAP.
Daron