I am using a multicolumncombobox inside a datagridview. I would like to set a filter on the combobox so that when the user types a letter, the combobox filters the available options.
Is this possible?
3 Answers, 1 is accepted
0
Plamen
Telerik team
answered on 11 Jan 2013, 03:04 PM
Hi Lance,
Thank you for writing.
Filtering operation in RadMultiColumnComboBox is controlled by the boolean AutoFilter property. The data is filtered by the field specified as DisplayMember. In addtion you should set the filter expression (telling the control the rules it should use to filter the data) and add that expression to MasterTemplate. Read our documentation article about filtering in RadMultiColumnComboBox: http://www.telerik.com/help/winforms/multicolumncombobox-filtering.html
I hope this helps.
All the best,
Plamen
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.