Hi, I have some questions:
1)how can I set the focus at a cell of CurrentAddRecord?
2)Can I access the KeyDown event of an CurrentAddRecord cell?
3)can I bind an CurrentAddRecord cell?
Thanks
#Region "Buttons Navigation"
Me.UltraGrid1.ActiveRow.Selected = False
Me.UltraGrid1.ActiveRow.Selected = True
End Sub
If UltraGrid1.ActiveRow.Index = 0 Then
Exit Sub
End If
If UltraGrid1.ActiveRow.Index = (UltraGrid1.Rows.FilteredInRowCount - 1) Then
#End Region