Remove the Selection Boxes Inside RadMultiColumnComboBox
Environment
Product | RadMultiColumnComboBox for WPF |
Description
The selection boxes of the RadMultiColumnComboBox is visible by default.
Solution
To hide the selection boxes, the SelectionBoxesVisibility property can be set to Collapsed.
<h4><strong></strong></h4><div class='tabbedCode'><pre lang='C#'><code> <telerik:RadMultiColumnComboBox SelectionBoxesVisibility="Collapsed"/> </code></pre></div>