Hello Nikolay,
Thank you for your answer.
In the example supplied, if we add a FilterDescriptor:
var filterDescriptor1 = new Telerik.WinControls.Data.FilterDescriptor { PropertyName = "ContactName" };
radMultiColumnComboBox1.EditorControl.MasterTemplate.FilterDescriptors.Add(filterDescriptor1);
We obtain a non-desired effect when we type. Attachment images.
I need to keep on adjusting the new position while filter.
Thanked,
Delvis