Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Daniel on Sep 18, 2009 06:55
open dhtmlx forum
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
Answer posted by dhxSupport on Sep 21, 2009 03:12
You can use "#text_filter_inc" or "select_filter_strict" filters instead.