The clientState property (object) specifies a custom object that will be serialized and sent to the server with every CallBack request.
The value is available on the server side as ClientState. This property applies to ASP.NET WebForms, ASP.NET MVC, and Java versions.
DayPilot.Scheduler.clientState{}Use this property to attach additional client-side state to Scheduler callbacks. The object is included with each CallBack request and can be read on the server using the ClientState property.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
// ...
});
dp.init();
dp.clientState.filter = 'my filter';ClientState [doc.daypilot.org]
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot