TIWCGJQGridCustomSearch.FilterModel Property
The filter model should be used when gridModel is set to false filterModel [ … {label:'LableFild', name: 'colname', stype: 'select', defval: 'default_value', surl: 'someurl', sopt:{optins for the select}}, … label: the label of the field (text description) name: the name of the column - should equal of the name in colModel. Note that we search on the index of that coulmn. stype: type of input element - can be only 'text' or 'select' defval: default value for the search input element. surl: used only when stype is 'select'; this is a url from where we can get an already-constructed select element - i.e. we expect the following html content: <select> <option value='val1'> Value1 </option> <option value='val2'> Value2 </option> … <option value='valn'> ValueN </option> </select> sopt: valid options that can be applied to the element, the same as editoptions from colModel.
published property FilterModel: TIWCGJQGridCustomSearchFilterModel index 03 read GetFilterModelValue write SetFilterModelValue stored IsObjStored;