I am trying to get the clientState to work but i am getting the follow-up error:
base {System.SystemException} = {"The JsonData instance has to be initialized first"}
code:
string userId = (string)DayPilotCalendar1.ClientState["userId"];
javascript:
dpc1.clientState = {'userId': 1};
Any ideas ?