Discuss anything related to web development but no technical support questions


Post by mfrancia »

hi

i add a scriptmanager on the page an the scheduler stop working why?

maybe i have to register the scripts into scriptmanager if this is right how?

thanks

Post by mats »

I don't really know as I haven't used the scriptmanager myself. If you can post an example showing this behavior I'll take a look!

Post by mfrancia »

hi

well i just add scriptmanager in the default.aspx page of your demo and the schedule dont work

this is the link http://ext-scheduler.com/forum/viewtopic.php?f=4&t=272
thanks

Post by mats »

do you get any errors? What's not working? Could you post the way your View Source looks? Also do a String.format.toString() and log the output in firebug and paste in this thread.

Post by mfrancia »

ok this is the error
Attachments
error.png
error.png (26.59 KiB) Viewed 10610 times

Post by mats »

Please do a View Source of your page, post the content of any MS-related JS script file and I'll take a look.

Post by mfrancia »

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="https://www.w3.org/1999/xhtml">
<head id="Head1"><link href="../App_Themes/Default/Default.css" type="text/css" rel="stylesheet" /><link href="../App_Themes/Default/Page.css" type="text/css" rel="stylesheet" />
<!--Ext JS styles-->
<link rel="Stylesheet" type="text/css" href="../css/ext-all.css" />

<!--Gantt styles-->
<link href="../css/sch-all.css" rel="stylesheet" type="text/css" />

<!--App styles-->
<link href="../css/style.css" rel="stylesheet" type="text/css" /><link rel="stylesheet" type="text/css" href="../css/LockingGridView.css" />

<!--Ext lib and UX components-->

<script type="text/javascript" src="../scripts/ext-base-debug.cache.js"></script>
<script type="text/javascript" src="../scripts/ext-all-debug.cache.js"></script>
<script src="../scripts/LockingGridView.cache.js" type="text/javascript"></script>

<!--Ext Gantt includes-->
<script type="text/javascript" src="../scripts/sch-all.js"></script>

<!--Application includes-->
<script src="../scripts/Overrides.js" type="text/javascript"></script>
<script type="text/javascript" src="../scripts/App.js"></script>

<link href="/OssToolSet/WebResource.axd?d=SrGSRLJEOnlVyQ_7KN-iabCDwNBwHDw86H40oeMD4w5pftO5YN9ecxDkXdVEcNr7WQqsefW9e8gr2zeQY8Ct_kvQ86sqKP9pA0ecLhokqwuUprazvzTz9KCwk9ztnbsmTz4XQ4GsjWg9KfF4T_sHvQ2&t=634251509798253225" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/OssToolSet/WebResource.axd?d=JpOYwXdc1lBnwIpNrmAnG4Z57mh2BDSO-JdxhouBQ1ViL7v8lU7fdfvNf0r8j7aActgFW7tTwY9RLJJKT4eDtRzkituXGlY_9feuqpd8lGjUhMEqmYqh_ycCSvo_rZthM2EfhmvPcchclZml9RbFTvTQY6bSEgw3NmYOze4V2TA1&t=634251509798253225" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><title>

</title></head>
<body>
<form method="post" action="BaseScheduler.aspx" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTU1MzcyNzE2Mw9kFgICAw9kFgICAw8WAxQrAAIPFgIeF0VuYWJsZUFqYXhTa2luUmVuZGVyaW5naGQQFgNmAgECAhYDFCsAAmRkFCsAAmRkFCsAAmRkDxYDZmZmFgEFdlRlbGVyaWsuV2ViLlVJLlJhZExpc3RCb3hJdGVtLCBUZWxlcmlrLldlYi5VSSwgVmVyc2lvbj0yMDEwLjIuOTI5LjQwLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTEyMWZhZTc4MTY1YmEzZDQQFgNmAgECAhYDFCsAAmRkFCsAAmRkFCsAAmRkDxYDZmZmFgEFdlRlbGVyaWsuV2ViLlVJLlJhZExpc3RCb3hJdGVtLCBUZWxlcmlrLldlYi5VSSwgVmVyc2lvbj0yMDEwLjIuOTI5LjQwLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTEyMWZhZTc4MTY1YmEzZDQUKwEAZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQULUmFkTGlzdEJveDFOVqv77aAmHn09eYEKDwbfEsG6eMBu5hRd2mR5XJ3IvQ==" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>


<script src="/OssToolSet/WebResource.axd?d=7kncjhWEuUrOcvdqGR6UnCJKQwxv_ZTuncxWy2XKwc89PL2Phykkym5k8cgg6gbHJzisc6s10WhgBP9aPk3m4JkOauRj4mEQYoKZIoDx_us1&t=634254194966433928" type="text/javascript"></script>


<script src="/OssToolSet/ScriptResource.axd?d=F1pzDxEL4CXR5BivDPDvN8sTTJDtXiqAAjOoo1PvjgP2jHnLLdgQvfVFCgiWURyd0UXyN1_7slNeBLZseTl7zOxu-KJKdjzvwl-GgF1gTnhRFkYaqdku96p_G2GiCxujog4uI5wEjEN50ICeZDOMNQ2&t=ffffffffbd2983fc" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

<script src="/OssToolSet/ScriptResource.axd?d=w0a237uaHhks-UrbUfyDVG6d_8jMFbNNeA39sIifhEEms158aljqn6apTK8mD70OqRnsd1g_CF4vtH451lnlxxMIwScIq0tu_ErosCNSpLTwzCI_-01d4wmIuo-YpkT16Kr-xuL0TTDTE964JLGbOw2&t=ffffffffbd2983fc" type="text/javascript"></script>
<script src="../scripts/ext-base-debug.cache.js" type="text/javascript"></script>
<script src="../scripts/ext-all-debug.cache.js" type="text/javascript"></script>
<script src="../scripts/LockingGridView.cache.js" type="text/javascript"></script>
<script src="../scripts/sch-all.js" type="text/javascript"></script>
<script src="../scripts/Overrides.js" type="text/javascript"></script>
<script src="../scripts/App.js" type="text/javascript"></script>
<script src="/OssToolSet/ScriptResource.axd?d=q524-Jm0rQOZ4odZf1Pli7gqjH9bPth5o_3U1SBiR1IpPTqfkGBvDr9oNWxeyzA0btzeguXigcc9SKU7nzx5PfQcsaGIsYfvHC0w5XvOJgt8ZpG4ajqhpqTm01a63l-J-3JW0abUKDaYvFxUjvs6QA2&t=ffffffff9ea87098" type="text/javascript"></script>
<script src="/OssToolSet/ScriptResource.axd?d=uh44lXrEBU_kBH0P7hsDwBPJbFFtYskYLPIYP9aDh7vwO18GSVt1HlnQBKOBzVRIgIfsg7FvTlqc9akR6ZfAzLZSN17V6usSqi7-n77LgmYqCiITRnHjItrkcsNEft-FGpYtsMbNTCosWhG_LtR2Qg2&t=ffffffff9ea87098" type="text/javascript"></script>
<script src="/OssToolSet/ScriptResource.axd?d=EW--O07Bro_S3jYClBGRtExsXtGnAtu_PL2Jkh9ocgDQETXraA3DctVVa20bU17MbecdiOACp8do-ugoLKdNCgEnyejSjoMZrMdLGISxPKQ9wtLsXmLHfCv5ALArCANCqVWOYwaJKbq5Q4eh8_to6w2&t=ffffffff9ea87098" type="text/javascript"></script>
<script src="/OssToolSet/ScriptResource.axd?d=2TTxObpji3K1RBAsa8KtXnstFwcK8ZrLjXXTIxuuT6R6BwJrKh6QCgm4YWa1Apvoh58RamrEVRck19KjKvglLHJjv2l9bP5cJ3DNOxz_epdQQvH7Ft8DEueXR9xkt0xPl5_NduW6lHbYXAEC2aG2O-iiRQGp4LxvtMZgsbSkZrM1&t=ffffffff9ea87098" type="text/javascript"></script>
<script src="/OssToolSet/ScriptResource.axd?d=ykIKFxOTlRT9dy6xo71bUFj2JnPgZSFGvacJ5IRqkI3yKJ2a_4kaBDXo9AsbJOG4sjdWMBGZ7VWCPmFXilnnl7G_dZKtArrIpwdcpskzNI8QRsToTs6Tlka4mNd6pukk39kGtpPT4tXu6cnVbocaIOm9KmFrMviQ38L1aI-jl841&t=ffffffff9ea87098" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ScriptManager1', 'form1', [], [], [], 90, '');
//]]>
</script>

<fieldset class="BordeCeroContenido">



<fieldset class="ContenedorEtiquetaTexto">
<div class="EtiquetaTextoIzquierda">




<div id="RadListBox1" class="RadListBox RadListBox_Default RadListBoxScrollable" style="height:200px;">
<!-- 2010.2.929.40 --><div class="rlbGroup rlbGroupRight">
<ul class="rlbList">
<li id="RadListBox1_i0" class="rlbItem"><span class="rlbText">RadListBoxItem1</span></li><li id="RadListBox1_i1" class="rlbItem"><span class="rlbText">RadListBoxItem2</span></li><li id="RadListBox1_i2" class="rlbItem"><span class="rlbText">RadListBoxItem3</span></li>
</ul>
</div><input id="RadListBox1_ClientState" name="RadListBox1_ClientState" type="hidden" />
</div>


</div>
<div id="scheduler" class="EtiquetaTextoIzquierda"></div>
</fieldset>




</fieldset>



<script type="text/javascript">
//<![CDATA[
Telerik.Web.UI.RadListBox._preInitialize("RadListBox1","0");Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadListBox, {"checkedIndices":[],"clientStateFieldID":"RadListBox1_ClientState","itemData":[{"value":"RadListBoxItem1"},{"value":"RadListBoxItem2"},{"value":"RadListBoxItem3"}],"selectedIndices":[]}, null, null, $get("RadListBox1"));
});
//]]>
</script>
</form>
</body>
</html>

Post by mats »

Ok, so that is your html source. What i need to see is the _content_ of just those files that are added when you include the scriptmanager

Post by mfrancia »

ok, here are my files i ommit the scriptmanager cause give me errors
sry
taking the opportunity I have another problem i add a word file explaining the multirow problem.

thanks
Attachments
files.rar
(366.65 KiB) Downloaded 446 times

Post by mats »

No idea what's causing that event to disappear. Would need a test kit to try to reproduce it myself...

Post Reply