in order to allow the user select the text in the select box and copy it to his clipboard.
We're having a problem that the text cleans up immediately after selection
the code look like:
<telerik:RadComboBox SelectedItem="{Binding ...}" DisplayMemberPath="Name" IsEditable="True"
SelectAllTextEvent="GotFocus" isTextSearchEnabled="False"...>
We try to change SelectAllTextEvent="GotFocus" to SelectAllTextEvent="None"
But that did not solve the problem.