RecroGridRGServiceParamsSetInitParam Method

Initialization parameters to be sent to the client.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.1
C#
public void SetInitParam(
	string key,
	Object value
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.RGServiceParams.SetInitParam(System.String,System.Object)"]

value  Object

[Missing <param name="value"/> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.RGServiceParams.SetInitParam(System.String,System.Object)"]

Field Value

The initialize parameters.

Remarks

Custom parameters can be passed here.
Predefined: EditMode=true -> forces modification instead of new entry.

See Also