Dan,
I'm just getting started and will need to purchase the Developer version from you soon... I just need to make sure this will work for our application first.
So, I'm using VS2012 .net 4.5 mvc 4 I have moved the TutorialMvc3CalendarRazor CS example (very straight forward) into my app - double - double checked everything is exactly the same but for some reason I am getting the following issue in the BackEnd(); I'm getting an exception at the :
public ActionResult Backend()
{
return new Dpc().CallBack(this);
}
the exception is saying Value cannot be null... any ideas
Allan
using Firebug... here is the error
POST http://localhost:49802/Calendar/Backend
500 Internal Server Error
9.34s
common.js (line 2)
HeadersPostResponseHTML
Parametersapplication/x-www-form-urlencoded
JSON{"action":"Init","hea...
Source
JSON{"action":"Init","header":{"control":"dpc","id":"dpc","clientState":{},"columns":[{"Value":null,"Name":"10/25/2012","ToolTip":null,"Date":"2012-10-25T00:00:00","Children":[]}],"days":1,"startDate":"2012-10-25T00:00:00","cellDuration":30,"cssOnly":false,"cssClassPrefix":"calendar_silver_","heightSpec":"BusinessHours","businessBeginsHour":9,"businessEndsHour":18,"viewType":"Days","dayBeginsHour":0,"dayEndsHour":24,"headerLevels":1,"backColor":"#ffffff","nonBusinessBackColor":"white","eventHeaderVisible":true,"timeFormat":"Clock12Hours","timeHeaderCellDuration":60,"showAllDayEvents":false,"hourNameBackColor":"#F3F3F9","hourFontFamily":"Tahoma, Arial, Helvetica, sans-serif","hourFontSize":"16pt","hourFontColor":"#42658C","selected":[]}}