Completed
Last Updated: 02 Aug 2019 10:32 by ADMIN
Release LIB 2019.2.805 (8/05/2019)
Martin Ivanov
Created on: 16 Jul 2019 13:56
Category: MultiColumnComboBox
Type: Bug Report
1
MultiColumnComboBox: XamlParseException thrown when the AutoCompleteMode property is set in Style

If set the AutoCompleteMode property in a Style Setter, and exception is thrown.

To work this around set the property directly on the control.
<telerik:RadMultiColumnComboBox AutoCompleteMode="Search" />

0 comments