Setting CurrentFilterValue for specific column does not work in case other column is filtered.
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">
In the original provided project, the CurrentFilterFunction was not set for the columns, which caused the issue. CurrentFilterValue and CurrentFilterFunction should both be set.