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 removed.
Hello,
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to My IG \My Keys and Downloads.
I have logged this with development under ID: 100423 and I have also created a support ticket on your behalf: CAS-82215-R8BB9D and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://ko.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://ko.infragistics.com/Membership/MySupport.aspx
It turned out easier to duplicate than I anticipated. Please execute the project I have attached and do the following. (Please add IG assemblies if necessary)
1. Execute the project and select Custom filter option from the XamDataGrid’s first column
2. Select + Add condition button and notice that the Operand drop down contains values.
3. Now select 2nd or 3rd column custom filter and select + Add condition button. None of the values are displayed under Operand Column.
I am setting the FilterOperandUIType = FilterOperandUIType.DropDownList for 1st and 2nd columns from code behind (Please see XamDataGrid_FieldLayoutInitialized
Method).
Thanks,
You can post you sample here at the Forum thread. When you write a new post, at the top there is a tab called “Options“ and I there is an option of uploading a file.
Thanks for the reply. Could you please guide me where to post the sample?