Hi,
I'm trying to implement the advanced template scenario. I'm getting an error when trying to load the advanced form.
The error is located:
This is located in AdvancedForm.js
It's happening with or without having this in the AdvancedForm:
The form still works, although I did notice it does not close unless I refresh the page (first time).
Could you help with this?
I'm trying to implement the advanced template scenario. I'm getting an error when trying to load the advanced form.
The error is located:
_initializeAllDayCheckbox: function(){ var allDayCheckbox = $("#" + this._templateId + "_AllDayEvent"); var controlList = $(allDayCheckbox[0].parentNode.parentNode.parentNode);This is located in AdvancedForm.js
It's happening with or without having this in the AdvancedForm:
<li class="rsAllDayWrapper"> <asp:CheckBox runat="server" ID="AllDayEvent" CssClass="rsAdvChkWrap" Checked="false" /></li>The form still works, although I did notice it does not close unless I refresh the page (first time).
Could you help with this?