Completed
Last Updated: 07 Jul 2014 07:42 by Paul
ADMIN
Kalin
Created on: 24 Jun 2014 09:01
Category: AutoCompleteBox
Type: Bug Report
0
SearchTextChanged is not fired when AutoCompleteBox is placed inside TabItem of TabControl.
Initially the events is triggered correctly and after switching between TabItems the event is not longer triggered. 

The issue also is reproducible inside RadDocking control.
3 comments
Paul
Posted on: 01 Jul 2014 15:43
Hopefully as this problem is addressed, the following RadAutoCompleteBox defect can also be tackled as well .. if so, this would be a truly production-grade control:

http://feedback.telerik.com/Project/143/Feedback/Details/127508-after-removing-an-item-with-its-remove-x-button-two-mouse-clicks-are-required
Paul
Posted on: 01 Jul 2014 04:02
According to Telerik support, the above workaround is "not applicable in scenarios when the control is used inside RadDocking".
ADMIN
Vladi
Posted on: 30 Jun 2014 14:05
The issue can be avoided by setting the IsContentPreserved property of the TabControl to True.