TIWCGJQGridColSearchOptions.SearchOperators Property

This option is used only in advanced single field searching and determines the operation that is applied to the element. If not set all the available options will be used. All available option are: ['eq','ne','lt','le','gt','ge','bw','bn','in','ni','ew','en','cn','nc' ] The corresponding texts are in language file and mean the following: ['equal','not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'] Note that the elements in sopt array can be mixed in any order.

Namespace: IWCGJQGrid
published
 property SearchOperators: TIWCGJQGridSearchOperators index 06 read GetSearchOperators write SetSearchOperators stored IsObjStored;

Property Value