Whenever I have inserting or editting, e.Appointment.Attributes is always empty.
This is what I have:
- CustomerID is a value found in my xml field in database
- Advance Form with added CustomerID
-
OnClientFormCreated
="schedulerFormCreated" with appropriate javascript
-
CustomAttributeNames
="CustomerID"
-
<
AdvancedEditTemplate>
<uc1:AdvancedFormCS ID="AdvancedFormCS2" runat="server" Mode="Edit" Subject='<%# Bind("SUBJECT") %>'
Start='<%# Bind("START") %>' End='<%# Bind("END") %>' RecurrenceRuleText='<%# Bind("RecurrenceRule") %>' />
... I can't bind CustomerID here either
What am I missing?