Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1180
Problem with selection
posted

Necessary to make the text of the bill that comes to be selected, what does not happen with my code.

If e.KeyCode = Keys.Up Then
    appGrid.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.AboveCell)
ElseIf e.KeyCode = Keys.Down Then
    appGrid.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.BelowCell)
End If

Parents Reply Children