Completed
Last Updated: 27 Sep 2018 11:56 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 04 Sep 2018 05:50
Category: Editors
Type: Bug Report
2
FIX. RadPopupEditor - TextChanged event is not fired when you type in the editable part
To reproduce: handle the following event and start typing in the editable part. You will notice that the TextChanged event is not fired:
Me.RadPopupEditor1.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDown
AddHandler Me.RadPopupEditor1.TextChanged, AddressOf RadPopupEditor1_TextChanged

Workaround: handle the RadPopupEditor.TextBoxElement.TextChanged event instead.
0 comments