Completed
Last Updated: 20 Jan 2015 12:10 by ADMIN
John
Created on: 19 Jan 2015 20:12
Category: Kendo UI for jQuery
Type: Feature Request
1
Make "Grid / Filter menu customization" work for "Starts with" on "City" field
The
"Grid / Filter menu customization"
http://demos.telerik.com/kendo-ui/grid/filter-menu-customization

doesn't have enough similar "City" names
to test the "Starts with" filter
when a person might enter 

"B"

and list multiple citys that start with "B"

Currently there is only one city name per letter.

Maybe you could make a couple cities have the same start letter.

ie: "Boston" and "Berkley"

Then you would see that the "Starts with" won't function
for the "City" column
because you can't enter just "B" and have to select a city from
the cityFilter DropDownList.

1 comment
ADMIN
Telerik Admin
Posted on: 20 Jan 2015 12:10
The example illustrates how to select entire city name via a dropdown in the filter menu. It is not mean to apply only a filter pattern for a city name.

If you want to do that, you should either use a combobox in the filter menu, or utilize the filter row feature of the grid, as presented here:
http://demos.telerik.com/kendo-ui/grid/filter-row