Hi,
We are trying to get PreviewKeyDown event to fire for RadMultiColumnComboBox but it doesn't seem to. We're able to get KeyDown event to fire though.
Below is the code to register the event.
this.radMultiColumnComboBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.radMultiColumnComboBox1_PreviewKeyDown);
We are trying to get PreviewKeyDown event to fire for RadMultiColumnComboBox but it doesn't seem to. We're able to get KeyDown event to fire though.
Below is the code to register the event.
this.radMultiColumnComboBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.radMultiColumnComboBox1_PreviewKeyDown);