Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Telerik Admin
Created on: 13 Apr 2012 17:00
Category: ComboBox
Type: Bug Report
10
When filtering is enabled, text that doesn't exist in the items is cleared after focus is removed
When filtering is enabled, enter text that doesn't exist in the items and when the focus is removed the text entered is deleted, but it should stay.
The solution of this issue was implemented by a new feature in the control which determines if the Text of the RadComboBox should be updated on LostFocus or not.
Simply set the UpdateTextOnLostFocus dependency property of the control to "False". By default its value is True and no change in behavior should be observed.
The UpdateTextOnLostFocus dependency property is available in the 2015 Q2 SP1 release.
0 comments