Thanks, T.Saravanan
Thanks & Regards Hari
Regards, Vikash Pathak
Protected Overrides Function ProcessCmdKey(ByRef msg As System.Windows.Forms.Message, ByVal keyData As System.Windows.Forms.Keys) As Boolean If keyData = Keys.Enter Then If ActiveControl.Name = "ComboBox1" Then ComboBox1.Visible = False With DataGridView1 .Focus() .Item(.CurrentCell.ColumnIndex, .CurrentRow.Index).Value = Trim(ComboBox1.Text) .CurrentCell = .Rows(.CurrentRow.Index).Cells(.CurrentCell.ColumnIndex + 1) End With end if end if
Login to post response