Dear developers out there,
I have an application up and running with the Telerik MVC Grid, which is great.
However, the users do not like the fact that they have to type filter values for columns that have only enumerable values.
Does anyone have experience with the implementation of multiselect filters with prepopulated enumerable values?
This would be much appreciated, not in the least by the end users.
I finally managed to add enumerable filters by overriding some of the telerik javascript methods.
The code provided does not work as is (it also contains persistence for filter values, uses jquery ui), but should be usable if you have enough javascript experience: