That was a step in the right direction. I never did wire up the OnClientFormCreatedEvent.
Now I am getting a javascript script error in the AdvancedForm.js file.
In the following:
$get(this._pickers.startDate.get_element().id + "_wrapper"), throws an error b/c this._pickers.startDate is null
I put a break point in this file at "startDate": $find(templateId + "_StartDate"), and verified that the $find method does return null.
Somehow the templateId is wrong but I am not sure how.
Any clues?
Like I said the Scheduler is in a user control on an .aspx page that is on a master page.
Thanks,
Felipe