This question is locked. New answers and comments are not allowed.
We are using the DataFilter in unbound mode to allow users to create filters that will be used to create queries that are sent to the database. Unfortunately we require operators that are not included with Telerik (IsAnyOf, IsAllOf, IsNotAnyOf, IsNoneOf).
I need one of these options:
I have subscribed to every event I can think of, and I either can't get a reference to the combo box, or I do, but clearing the items and/or making it invisible doesn't work. It seems that I am setting these properties too soon and they are then overridden by your base code. When I get the reference to the operator combo after the base code has run, so that I my changes are persisted.
I need one of these options:
- before the filter editor is displayed, get a reference to the operator combo. From there, I should be able to clear the operators and add a list of my own.
- before the filter editor is displayed, get a reference to the operator combo make it not visible, and implement a different drop down in the DataTemplate.
I have subscribed to every event I can think of, and I either can't get a reference to the combo box, or I do, but clearing the items and/or making it invisible doesn't work. It seems that I am setting these properties too soon and they are then overridden by your base code. When I get the reference to the operator combo after the base code has run, so that I my changes are persisted.