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

filtering row in multicolumncombobox

3 Answers 133 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
Roya
Top achievements
Rank 1
Roya asked on 19 Apr 2012, 09:48 AM
hi
i want to filter the grid of multicolumncombobox by using filtering row so i use this code
 DataTable dt = new DataTable();
            dt.Columns.Add("id");
            dt.Columns.Add("Name");
            dt.Rows.Add("1", "a");
            dt.Rows.Add("2", "b");
            dt.Rows.Add("3", "c");
            radMultiColumnComboBox1.DataSource = dt;
            radMultiColumnComboBox1.EditorControl.EnableFiltering = true;
            radMultiColumnComboBox1.EditorControl.EnableCustomFiltering = true;
            radMultiColumnComboBox1.EditorControl.ShowFilteringRow = true;    ///by using this we only can see the filtering row

so i can see the filteringrow but it dosent work .i cant filter the grid of multicolumn and i cant do customfiltering like some thing we do in radgridviews.
please help me if you know a way to do it

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 21 Apr 2012, 02:55 PM
Hi Roya,

Thank you for writing.

For the time being, we do not support filtering via the UI of RadMultiColumnComboBox. In order to allow the user to filter the gird, use the functionality desctibed here: http://www.telerik.com/help/winforms/multicolumncombobox-filtering.html.

I hope this helps.
 
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
0
Boris
Top achievements
Rank 1
answered on 23 Oct 2013, 08:31 AM
Hi, I have a solution for that task, described on 
http://www.telerik.com/community/forums/winforms/multicolumncombo/advanced-radmulticolumncombobox---filtering-with-grid-filters-enabled.aspx
But it still has some problems to be solved.
A little help, anyone?
0
Stefan
Telerik team
answered on 28 Oct 2013, 07:40 AM
Hello Boris,

Please have a look at my colleagues answer in the mentioned thread for assistance with your case.

Regards,
Stefan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
MultiColumn ComboBox
Asked by
Roya
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Boris
Top achievements
Rank 1
Share this question
or