Categories | Question details Back To List | ||
Text filters Can we use wild cards for text filters. (like au* and expect any thing starts with au) (can we use regular expression to filter text filtering? Can we filter like "stars with" "ends with" Answer posted by dhxSupport on Jul 01, 2009 01:50 Unfortunately there is no such inbuild functionality but you can create any custom filter you wish using filterBy() method. Please see more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Data_filtering_search.html#grid_fsing |