Declined
Last Updated: 06 May 2016 11:20 by ADMIN
ADMIN
Rosi
Created on: 16 Jun 2014 10:33
Category: AutoCompleteBox
Type: Bug Report
1
RadAutoCompleteBox displays in reversed order the text with Async binding: SearchText = {Binding Path=Something, Mode=TwoWay, IsAsync=True}

		
1 comment
ADMIN
Kalin
Posted on: 06 May 2016 11:19
Hi,

We investigate the issue and appears to be caused by the WPF TextBox control which is used inside of the AutoCompleteBox ControlTemplate. Note that by the default UpdateSourceTrigger of the Text property of the TextBox is LostFocus and the issue does not appear there, however when using UpdateSourceTrigger=PropertyChanged (as inside the AutoCompleteBox) that behavior can be observed. This is considered as Microsoft issue.

Regards,
Kalin