Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
Custom filter populating Operands
posted

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

  • 245
    posted

    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"