This question is locked. New answers and comments are not allowed.
Hello!
When a grid is filterable then users may open the filter dialog for a column by clicking on the filter "funnel" icon. In this filter dialog the default filter function is set to "is Equal".
Is it possible to change this default to other filter function, like "Contains" without applying/activating filter for all string based columns in given filter?
I like to set the default filter function to "Contains" so users don't need to select this in filter functions dropdown list in filter dialog.
Or is it possible to set grid filtering to have only this filter function available?
I am aware of similar forum threads asking similar (or same) question like:
http://www.telerik.com/community/forums/aspnet-mvc/grid/changing-the-default-set-up-in-the-telerik-grid-filter.aspx
http://www.telerik.com/community/forums/aspnet-mvc/grid/mvc-grid-setting-an-initial-filter-function-without-filtering.aspx
http://www.telerik.com/community/forums/aspnet-mvc/grid/how-can-i-change-the-default-filter-for-telerik-mvc-grid.aspx
but solutions given there either do not work (at least for me) - or given solutions also apply filter (which is not what I want) - second case.
btw, there is also unanswered StackOverflow question for this:
http://stackoverflow.com/questions/3681229/how-can-i-change-the-default-filter-for-telerik-mvc-grid
thanks in advance.
When a grid is filterable then users may open the filter dialog for a column by clicking on the filter "funnel" icon. In this filter dialog the default filter function is set to "is Equal".
Is it possible to change this default to other filter function, like "Contains" without applying/activating filter for all string based columns in given filter?
I like to set the default filter function to "Contains" so users don't need to select this in filter functions dropdown list in filter dialog.
Or is it possible to set grid filtering to have only this filter function available?
I am aware of similar forum threads asking similar (or same) question like:
http://www.telerik.com/community/forums/aspnet-mvc/grid/changing-the-default-set-up-in-the-telerik-grid-filter.aspx
http://www.telerik.com/community/forums/aspnet-mvc/grid/mvc-grid-setting-an-initial-filter-function-without-filtering.aspx
http://www.telerik.com/community/forums/aspnet-mvc/grid/how-can-i-change-the-default-filter-for-telerik-mvc-grid.aspx
but solutions given there either do not work (at least for me) - or given solutions also apply filter (which is not what I want) - second case.
btw, there is also unanswered StackOverflow question for this:
http://stackoverflow.com/questions/3681229/how-can-i-change-the-default-filter-for-telerik-mvc-grid
thanks in advance.