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