RecroGridRGOptionOptionKeysD Enumeration

Dynamical options on server side.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public enum OptionKeysD

Members

RGOD_CssClass0 Defining the CSS class which belongs to the field.
RGOD_Style1 Defining the style which belongs to the field.
RGOD_Attr2 Defining attributes using Anonymous Types.
e.g. options[clientRec[i].ClientName] = new { RGOD_Attr = new { title = "Test title" } };
RGOD_Tooltip3 Set text for jQuery UI Tooltip. In case of a form view, the CreateDetailsHtml() function can be passed in the RGServiceParams.InitParam.
e.g. InitParams["RGOD_Tooltip"] = Dictionary => (ClientName, value)
RGOD_Remove4 If set true field will not show on client side. It is usable in template mode.
e.g. options[clientRec[i].ClientName] = new { RGOD_Remove = true };

See Also