This is a migrated thread and some comments may be shown as answers.

Filter Row in MultiColumn Combobox

2 Answers 243 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
Eastern
Top achievements
Rank 1
Eastern asked on 09 Nov 2010, 03:05 PM
hello

i inherited a user control from Multicolumn Combobox , the problem is i tried to enable the filter row inside the grid of multicolumn combobox but i was not successfull !

how can i enable filter row on the drop down grid ?

2 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 10 Nov 2010, 11:15 AM
Hi Eastern, 

You need to get to the Editor Control. Have a look at this documentation link for more information. 

Let me know if you need any further help
RIchard
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 10 Nov 2010, 11:19 AM
Hi Again Eastern,

Here is also a sample of enabling the Filtering Row as requested.
Me.RadMultiColumnComboBox1.EditorControl.ShowFilteringRow = True

hope this helps
Richard
Tags
MultiColumn ComboBox
Asked by
Eastern
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Share this question
or