SchedulerWebServiceSettingsResourcePopulationMode Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public SchedulerResourcePopulationMode ResourcePopulationMode { get; set; }
Public Property ResourcePopulationMode As SchedulerResourcePopulationMode
Get
Set
public:
property SchedulerResourcePopulationMode ResourcePopulationMode {
SchedulerResourcePopulationMode get ();
void set (SchedulerResourcePopulationMode value);
}
member ResourcePopulationMode : SchedulerResourcePopulationMode with get, set
Property Value
Type:
SchedulerResourcePopulationMode
The
resource population mode
to be used from KaxScheduler. The default value is
ClientSideRemarks
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