I can not get the operands to populate in the custom filter selection.
I can select an operator but not the operand. The drop down box for operand is blank.
I looked at the demo on the web and have not been able to decode how to fix my problem.
So, how exactly does the operand get filled in the customer filter selection?
What Xaml / code behind do I need to get these to populate?
Thanks ahead of time.
Jack
I figured out the following line in the FieldSettings prevents the operands from showing. When I take it out, the behaivor is as expected. Can you explain what that line does and why it would block the Custom operands from showing?
FilterOperandUIType="DropDownList"