Getting difficulties to override RecognizesAccessKey
=
"False"
for RadComboBox control using custom Style.
Does anybody has a sample to accomplish it?
Original problem: drop-down box is not displaying the very first underscore char. Example: combo box items a_b, c_d_e. Selecting any will renders as 'ab', not 'a_b' and 'cd_e' instead of 'c_d_e'
Above solution was proposed long ago (2010 source) are there another solutions for the problem?
Thank you
more details.
Accelerator key is not active with this setting: <telerik:RadComboBox IsEditable="True">
But combobox is kind of strange with enabled editing.