Posted on: 1/21/2015 4:19:25 AM | Views : 631

Kendo grid filtering for single value or filter is pretty easy,I want to know how to filter with multiple values like I have below grid
Name value are two columns it contains the data 1. South 120 2. South-R 130 3. West 150 4. West-R 160 5. North 1750 6. East 167
In my dropdown have option All which displayed all the data and South , West and other. South & west filed display their respective data. Only issue is Other when select other I want to display North and East region data.

Go to the complete details ...