Click or drag to resize
SchedulerResourcePopulationMode Enumeration
Specifies the resource population mode of a KaxScheduler control when using Web Service data binding.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SchedulerResourcePopulationMode
Members
  Member nameValueDescription
Manual0 In manual mode KaxScheduler will not request resources from the Web Service. They can be populated from the code-behind of the ASP.NET page that hosts the KaxScheduler control.
ServerSide1 The resources will be populated from the server by issuing a request to the Web Service.
ClientSide2 The resources will be populated from the client by issuing a request to the Web Service.
See Also