RecroGridRGOptionOptionKeysD Enumeration |
Namespace: Recrovit.RecroGridFramework
public enum OptionKeysD
Member name | Value | Description | |
---|---|---|---|
RGOD_CssClass | 0 | Defining the CSS class which belongs to the field. | |
RGOD_Style | 1 | Defining the style which belongs to the field. | |
RGOD_Attr | 2 |
Defining attributs using Anonymous Types. eg.: options[clientRec[i].ClientName] = new { RGOD_Attr = new { title = "Test title" } }; | |
RGOD_Tooltip | 3 | Set text for jQuery UI Tooltip. Form nézet esetén a CreateDetailsHtml() -> RGServiceParams.InitParam-ban lehet átadni. pl. InitParams["RGOD_Tooltip"] = Dictionary => (ClientName, value) | |
RGOD_Remove | 4 |
If set true field will not show on client side. It is usable in template mode. eg.: options[clientRec[i].ClientName] = new { RGOD_Remove = true }; |