Completed
Last Updated: 12 Jul 2016 16:38 by Jeff
ADMIN
Maria Ilieva
Created on: 05 Jul 2016 15:23
Category: Grid
Type: Feature Request
0
Setting CurrentFilterValue for specific column does not work in case other column is filtered.
Setting CurrentFilterValue for specific column does not work in case other column is filtered.
2 comments
Jeff
Posted on: 12 Jul 2016 16:38
Thanks for the information. How do you make Check box filter work? I have the following code and it seemed CurrentFilterValue was ignored if multiple values are specified in CurrentFilterValue.

<telerik:GridBoundColumn......CurrentFilterValue="Approved,In Transit" CurrentFilterFunction="Contains">
ADMIN
Vasil
Posted on: 11 Jul 2016 08:03
In the original provided project, the CurrentFilterFunction was not set for the columns, which caused the issue. CurrentFilterValue and CurrentFilterFunction should both be set.