Hello,
I have a radgrid with 10 columns with numeric values. I want to apply some filters with comboboxes or custom filter in filtertemplate where I can compare any of these columns with another.
Basically I want to be able to compare and see all rows where value of column2 is less than value of column4 or whatever columns I choose. Have anyone else here done this before and would be willing to share how to do it? I have been looking through the demo's and the forum but not found anything similar.