Dear Telerik Team,
I'm using Radgridview's Distinct values with my customized list, I'm using ServerSideFiltering and I've got the required outputs in my list but when I choose one of them the default filter operator is "ISEQUALTO" I'm trying to change it as Contains but it doesn't work help me with this
example
in my distinct values Filter:
APPLE
ORANGE
BANANA
in my column:
APPLE
APPLE,BANANA
APPLE,BANANA,ORANGE
BANANA
when I choose APPLE, it should return first 3 options in my column
When i choose APPLE and BANANA it should return all of them
Help me with this.