I have a scheduler with a custom AdvancedForm.
The thing is that that the "All Day" and "Recurrence" checkbox's functionality only works the first time the form is loaded.
Running the form through FireBug, I notice that the second time the form is loaded, the following console message appears ...
XUL box for div element contained an inline link child, forcing all its children to be wrapped in a block.
http://localhost:4591/Collaborate/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-GB%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3a603d133a-f943-435d-a80d-57457cc55f4a%3a16e4e7cd%3aed16cbdc%3af7645509%3a86526ba7%3a874f8ea2%3a11a04f7e%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3a8e6f0d33%3a6a6d718d%3aa7e79140%3aa51ee93e%3a59462f1%3ae524c98b%3a650fdad%3aef9d9f4a%3a19620875%3a39040b5c%3af85f9819%3a33108d14%3abd8f85e4
Line 5117
Is this related to my problem or just a coincidence?
--
Stuart
The thing is that that the "All Day" and "Recurrence" checkbox's functionality only works the first time the form is loaded.
Running the form through FireBug, I notice that the second time the form is loaded, the following console message appears ...
XUL box for div element contained an inline link child, forcing all its children to be wrapped in a block.
http://localhost:4591/Collaborate/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-GB%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3a603d133a-f943-435d-a80d-57457cc55f4a%3a16e4e7cd%3aed16cbdc%3af7645509%3a86526ba7%3a874f8ea2%3a11a04f7e%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3a8e6f0d33%3a6a6d718d%3aa7e79140%3aa51ee93e%3a59462f1%3ae524c98b%3a650fdad%3aef9d9f4a%3a19620875%3a39040b5c%3af85f9819%3a33108d14%3abd8f85e4
Line 5117
Is this related to my problem or just a coincidence?
--
Stuart