Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
6725 | Aug 25,2003 10:13 AM UTC | Aug 25,2003 01:06 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
AddHandler Me.gridDataBoundGrid1.ValidateFailed, AddressOf grid_ValidateFailed
Private Sub grid_ValidateFailed(sender As Object, e As GridValidateFailedEventArgs)
Dim cc As GridCurrentCell = Me.gridDataBoundGrid1.CurrentCell
Me.gridDataBoundGrid1.CurrentCell.MoveTo(cc.RowIndex, 1, GridSetCurrentCellOptions.SetFocus)
End Sub 'grid_ValidateFailed
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.