Posted 14 September 2017, 11:48 am EST
Hi,
we are using your grid in multiple of our applications which have quite a lot of grids and are currently using the <wj-flex-grid-filter> to enable filtering. Now our customers are requesting exactly what the Header Filter Sample shows because the filter menu is too much overhead for them if they only want a simple contains filter (which is almost always the case). To explain their issue more closely, they need to click the filter icon, switch to filter by condition, add a contains filter, type in their search text and finally click OK to see the result. With the header filter they can just click the input field, type in their search text and directly see the result, which is also helpful because it helps them to see if their search pattern already shows the wanted result without having to click OK, checking the result and opening the dialog again to modify their search because the result is not what they need.
So I’ve been looking at the sample provided in this post and in principle the filter on the title column is exactly what we would need for our text columns. The problem is that the sample is very specific and would really require lots of work to implement in all our grids. So the question I have is if there are any plans to add a standard element like the <wj-flex-grid-filter> that enables us to easily add this feature to all our grids and if yes, when such an element could be expected. If there are no plans to provide something like this in the near future, could you please provide me with a more general (without fixed column names, setting titles in code,…) example to implement this? We are already deriving our grids from your Flexgrid to add some custom functionality. So I could also add some code in our derived grid to enable a header filter in all our grids.
Thanks and best regards!