I created a web-part using Telerik AJAX components. If I insert the web part in a sharepoint wiki page, the web-part is not shown. But if the wiki page is beeing saved with "save & close" the web-part will be shown regularly. Back to the edit mode the web-part is not shown. I debugged the web-part, but there is no exception thrown within. I looked in the html of the wiki page in edit mode and I find out that the output of the web-part is packed in following element:
<div id="ctl00_PlaceHolderMain_WikiField">
<div id="ctl00_PlaceHolderMain_WikiField">
<span dir="none">
<div class="ms-rtestate-field ms-rtefield" style="border: none; ">
<span id="ctl00_PlaceHolderMain_WikiField_ctl00_ctl00_TelerikScriptManager1"></span>
<span id="ctl00_PlaceHolderMain_WikiField_ctl00_ctl00_originalEditorContainer" dir="ltr">
<input id="ctl00_PlaceHolderMain_WikiField_ctl00_ctl00_TextField_spSave" type="HIDDEN" name="ctl00$PlaceHolderMain$WikiField$ctl00$ctl00$TextField_spSave" value=" ... web-part html ... "/>
</span>
</div>
</span>
</div>
</div>
At Sites or WebPartPages the insertion and the editing works normal as expected. Any ideas?
