Search text on grid

I’m using the #connector_text_filter on my grid for searching and works great, you type a ‘t’ and it lists everything with a ‘t’ in it. I’m trying to search for things beginning with ‘t’, the when the user enters a ‘h’, it displays a list of ‘th’ matches. what is the best approach to this issue.

thanks
rj

Unfortunately the only way is to customize the connector filter using the beforeFilter event:
docs.dhtmlx.com/doku.php?id=dhtm … lter_event