Completed
Last Updated: 19 Oct 2020 13:35 by ADMIN
Release R3 2020 SP1
Andreas
Created on: 06 Oct 2020 12:03
Category: MultiColumnCombo
Type: Bug Report
0
RadMultiColumnComboBox: Clipboard operations (e.g. Ctrl+C, Ctrl+V) doesn't work when LimitToList is enabled

When you copy "Chang" and try to paste it in the editable area, it is not pasted even if the Clipboard data is a valid entry: 

        Me.RadMultiColumnComboBox1.DisplayMember = "ProductName"
        Me.RadMultiColumnComboBox1.ValueMember = "ProductID"
        Me.RadMultiColumnComboBox1.DataSource = ProductsBindingSource

        Me.RadMultiColumnComboBox1.AutoCompleteMode = AutoCompleteMode.Append
        Me.RadMultiColumnComboBox1.MultiColumnComboBoxElement.LimitToList = True

However, the context menu in the text box is available and you can paste even invalid value.

0 comments