Completed
Last Updated: 11 Feb 2014 16:21 by ADMIN
ADMIN
Dimitar
Created on: 25 Jun 2013 01:43
Category:
Type: Bug Report
2
FIX. RadDropDownList The KeyUp event sender is DropDownTextBoxElement
RadDropDownList The KeyUp event sender is DropDownTextBoxElement, could be DropDownListControl
workaround:
        private void radDropDownList1_Keyup(object sender, KeyEventArgs e)
        {
            RadElement element = sender as RadElement;
         
0 comments