Hello!
I’m working on a RadGrid based solution using filtering with the well described drop-down list column template. This works fine. I now want to add extra filtering functionality where extra filter criteria will be selected from keywords in drop-downs outside the grid (views in a way). These expressions will have to be added to the ones from the drop-downs in the grid.
I could achieve this by using a hidden RadFilter control, programmatically populating the control with the filter expressions from the drop-downs both outside and inside the grid but I can’t find any description of how to do this.
So, is this achievable at all?
Kind regards
Petter Marthinsen