How can I set the "Starts with" value to be the default filter for telerik asp.net mvc grid?
UPDATE: When the user clicks the filter button, I want the "Starts With" option to be his first option, and not the "Is equal to".
How can I set the "Starts with" value to be the default filter for telerik asp.net mvc grid?
UPDATE: When the user clicks the filter button, I want the "Starts With" option to be his first option, and not the "Is equal to".
Do you mean to apply default StartsWith filter on initial grid load? If so, the bottom lines of this help article might help.