Filter icon hidden by ComboBox

Greetings,
I have used the following code to set one column in my GridGroupingControl to a ComboBox.  This works fine, but my problem is that the filter icon disappears for this column.  Is there any way to have both the ComboBox and a filter?
Thanks,
Jim Mosley

      gridGroupingControl.TableDescriptor.Columns("APPLY_QUALIFIER").Appearance.AnyRecordFieldCell.CellType = GridCellTypeName.ComboBox
      gridGroupingControl.TableDescriptor.Columns("APPLY_QUALIFIER").Appearance.AnyRecordFieldCell.DropDownStyle = GridDropDownStyle.Exclusive
      gridGroupingControl.TableDescriptor.Columns("APPLY_QUALIFIER").Appearance.AnyRecordFieldCell.ChoiceList = rtQcollection

(I have attached a screenshot of the column header.)

Attachment: filter_button_hidden_by_combobox_9002fb46.zip

2 Replies

JM Jim Mosley October 9, 2017 11:20 PM UTC

Nevermind...  I figured out that the code I had in the GridGroupingControl_QueryCellStyleInfo method was creating the problem.

Thanks, 

Jim



AR Arulpriya Ramalingam Syncfusion Team October 10, 2017 08:46 AM UTC

Hi Jim, 
 
Thanks for your update. 
 
We are glad to hear that you have found the solution by yourself. 
 
Please let us know if you have any other queries. 
 
Regards, 
Arulpriya

Loader.
Up arrow icon