This is a migrated thread and some comments may be shown as answers.

[Solved] e.Appointment.Attributes.Count Alway 0??

1 Answer 106 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sarah
Top achievements
Rank 1
Sarah asked on 22 Feb 2010, 05:09 PM
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?

 

 

 

1 Answer, 1 is accepted

Sort by
0
Sarah
Top achievements
Rank 1
answered on 22 Feb 2010, 08:11 PM
I switch the datatypes to strings in the advanceform and that did the trick....odd.
Tags
Scheduler
Asked by
Sarah
Top achievements
Rank 1
Answers by
Sarah
Top achievements
Rank 1
Share this question
or