Hi,
I am adding new filter drop down option using the RecordFilterDropDownPopulating and the resulting filter displays the new filter options. I am also removing all other default filter option from same event handler.
However when I open the Custom filter UI, the operand section doesn’t show any of the dropdown options I have added. All the other options are remained open.
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
I have been looking into your issue and was trying to reproduce the behavior, however on my side the newly added item appears both in the dropdown and in the custom filter dialog. I have attached a sample project for your reference (Grid_filter_items.zip) where this appears to work.
Please let me know if I have misunderstood you in any way and if you require any further assistance on the matter.
I have had some more research and identified that the
FilterOperandUIType is set to FilterOperandUIType.DropDownList for this particular column. So my understanding is that, when I have the value set to DropDownList, drop down options are not listed in the Custom Filter Operands.
Might be a IG bug..
Please advice....