keeping Grid filters values in refresh

Hi again



I want to know if it is posible filtering in content columns taking account of start, in a similar way

to the folowing SQL sintaxis



like ‘text%’ in SQL



I see when the filter search in a column values it search looking inside the

value, but I want to filter only the rows wich column content start with

that value,



e.g. if I type “san” I want to filter



“San Francisco”

“San Luis”



but not this



“Mosan”

“XX san mmmm”



Thanks in advance

You can use “#text_filter_inc” or “select_filter_strict” filters instead.