Hi All,
I'm using Q3 2001 SP1 and I'm trying to allow users to have an AutoComplete functionality with a GridViewComboBoxColumn element in my GridView.
Documentation here:
http://www.telerik.com/help/winforms/gridview-columns-gridviewmulticomboboxcolumn.html
(at the bottom of the page)
And the API reference here:
http://www.telerik.com/help/winforms/p_telerik_wincontrols_ui_gridviewcomboboxcolumn_filteringmode.html
Suggests that the FilterMode/FilteringMode property should be able filter based on the DisplayMember or ValueMember of the GridViewMultiComboBoxColumn or GridViewComboBoxColumn Control. The only properties I can find with "filter" in the name are:
AllowFiltering
AllowFilteringProperty
Filter
FilterDescriptor
PropertyFilter
Has the property been removed? or do I have to access this property another way?
Thanks
I'm using Q3 2001 SP1 and I'm trying to allow users to have an AutoComplete functionality with a GridViewComboBoxColumn element in my GridView.
Documentation here:
http://www.telerik.com/help/winforms/gridview-columns-gridviewmulticomboboxcolumn.html
(at the bottom of the page)
And the API reference here:
http://www.telerik.com/help/winforms/p_telerik_wincontrols_ui_gridviewcomboboxcolumn_filteringmode.html
Suggests that the FilterMode/FilteringMode property should be able filter based on the DisplayMember or ValueMember of the GridViewMultiComboBoxColumn or GridViewComboBoxColumn Control. The only properties I can find with "filter" in the name are:
AllowFiltering
AllowFilteringProperty
Filter
FilterDescriptor
PropertyFilter
Has the property been removed? or do I have to access this property another way?
Thanks