Unplanned
Last Updated: 13 Apr 2018 07:22 by ADMIN
ADMIN
Dilyan Traykov
Created on: 05 Apr 2018 12:45
Category: AutoCompleteBox
Type: Bug Report
1
AutoCompleteBox: SearchText is coerced when calling the Populate method
The current workaround is to directly set the value of the underlying TextBox instead:

this.RadAutoCompleteBox.ChildrenOfType<TextBox>().First().Text = "1 I";
0 comments