Categories | Question details Back To List | ||
Filtering in header like 'M*' Hello, We use text filter in grid header and want to know if it is possible to change the way it works. When we enter the letter 'M' in a text filter and apply the filter, the engine search for data containing the 'M' letter. We want to do search for words beginning with the lettre 'M' for example, as we could do with a "LIKE 'M%'" in Oracle . Is it possible ? Best regards Nicolas Answer posted by Stanislav (support) on Jan 11, 2010 02:56 Are you using client side filtering or server side filters ( through connectors ) ? In case of client side filtering you can replace #text_filter with #text_filter_inc It will work exactly as necessary in your case. |