Hi,
I have a datagridview with 2 columns named 'Type' and 'Telephone No' . I have set the maximum lengths of these 2 columns with :
CType(DataGridView2.Columns("Type"),DataGridViewTextBoxColumn).MaxInputLength = 1
CType(DataGridView2.Columns("TELEPHONE_NO"),DataGridViewTextBoxColumn).MaxInputLength = 15
I want to automatically tab to next cell when maximum length for each of the columns is reachedThanks & regards
Sanjish