Private Sub UltraCombo1_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles UltraCombo1.KeyDown If e.KeyData = Keys.Control + Keys.F2 Then e.Handled = True Me.UltraCombo1.SelectedText = "%" End If End Sub
Hereby he returns to me the value "%" when I pulsate contrl F2.
Private Sub UltraComboEditor1_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles UltraComboEditor1.KeyDown If e.KeyData = Keys.Control + Keys.F2 Then e.Handled = True Me.UltraComboEditor1.SelectedText = "%" End If End Sub
Hereby he does not return to me the value "%". He returns the following mistake to me
Excepción no controlada del tipo 'System.StackOverflowException' en Infragistics2.Win.UltraWinGrid.v10.3.dll
how I can return the value "%" without the error?
Thank you
I have sent a link in order that they see the mistake that it generates when I execute the project with the event UltraCombo1_KeyDown. Please can they give me a solution?
http://youtu.be/B7DJjVzmM7M
LINK VIDEO ERROR http://youtu.be/B7DJjVzmM7M
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I was asking what to do exactly to reproduce the issue. I am using Windows 7, NetAdvantage 10.3.1000, Visual Studio 2010 already and do not see any unexpected behaviors. You could attach a video file demonstrating the issues you are experiencing.
Will they be able to solve the problem?