Completed
Last Updated: 10 Sep 2015 14:48 by Metro
ADMIN
Stefan
Created on: 26 Mar 2012 10:54
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - the OnKeyPress and OnKeyPress events are not fired in a descendant control
When you inherit from RadTextBox and override the OnKeyPress or OnKeyDown, those events are not fired.
1 comment
Metro
Posted on: 10 Sep 2015 14:48
when you inherit from OnKeyPress or OnKeyDown you need to be sure to call base.OnKeyPress() or base.OnKeyDown() or the event will not be fired.