TIWCGJQGridColEditOptions.Value Property

When set for edittype checkbox this value should be a string with two possible values separated with a colon (:) - Example editoptions:{value:“Yes:No”} where the first value determines the checked property. When set for edittype select value can be a string, object or function. If the option is a string it must contain a set of value:label pairs with the value separated from the label with a colon (:) and ended with(;). The string should not ended with a (;)- editoptions:{value:“1:One;2:Two”}. If set as object it should be defined as pair name:value - editoptions:{value:{1:'One';2:'Two'}} When defined as function - the function should return either formated string or object. In all other cases this is the value of the input element if defined

Namespace: IWCGJQGrid
published
 property Value: string index 00 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string