I'm trying the DayPilot Pro 3.7 for a small web agenda application and I've recieved this strange Javascript error:
tempDiv.firstChild.rows[1] has no properties
This error occurs during the update process when I have created 21 events (it is all ok up to 20 events).
My DayPilot control has all AJAX feature enabled and is binded through a List<> collection with these properties
DataValueField,
DataTextField,
DataStartField,
DataEndField.
This sound strange... There is a sort of limitation for events that can be showed in DayPilot (maybe is a limit of trial version)?
Thanks,
Roberto