ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: JUNZHONG on May 20, 2016, 10:50:32 pm
-
Hello,
With 2.x, do you have a sample of how to do multi word local filtering in same column.
Thanks
-
Apply range condition to Shipping region column in this example: http://paramquery.com/pro/demos24/filter_header_local
-
I see this example for dropdown filter. How do I apply range on textbox filter?
-
Range condition expects an array. Multi select dropdownlist has value of array type which is compatible with range condition.
Multi word filtering with textbox could be done with regular expression i.e., 'regexp' condition.
filter: {
type: 'textbox',
condition: 'regexp',
listeners: ['change']
}