can a DataGridViewBoxColumn
hi al
I have a TexBoxColumn in a datagrid view .
My question is :
can this datagridviewTextBoxColumn be programed to act like TextBox.
I want it to be able to autoCompleteCustomSource like a TextBox.
Before this I used DataGridViewComboBox Column,but I prefer
datagridviewTextBoxColumn with autoCompleteCustomSource if
possible.
Anyone can teach me how ?
thank you
han