TIWCGJQGridNavSearchFormOptions.SearchOperators Property

Use this option to set common search rules. 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 28 read GetSearchOperators write SetSearchOperators;

Property Value