A Telerik filter act as "contains" operator (probably 90% of use cases)
should be good to avoid writing everytime filter by hand
1 comment
Imported User
Posted on:07 Jun 2018 02:09
Exactly. For example, if [filterable] is set to 'true' and no filterChange is declared, it would automatically filter if the textfield contains the filter.
Right now it's verbose, needing two arrays, to subscribe to filterChange and write all the logic.