Click or drag to resize
SchedulerWebServiceSettingsResourcePopulationMode Property
Gets or sets the resource population mode to be used from KaxScheduler.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public SchedulerResourcePopulationMode ResourcePopulationMode { get; set; }

Property Value

Type: SchedulerResourcePopulationMode
The resource population mode to be used from KaxScheduler. The default value is ClientSide
Remarks

Resources need to be populated from the server when using resource grouping. Doing so also reduces the client-side initialization time.

This operation requires the WebPermission to be granted for the Web Service URL. This permission is not granted by default in Medium Trust.

You can disable the population of the resources from the server and still use client-side rendering for grouped views. To do so you need to set the value to Manual and populate the resources from the OnInit method of the page.

See Also