Here is a quick example of how to use an AutoComplete ComboBox in DataGridView in a Windows Application.
AutoComplete ComboBox in DataGridView using C#.net Windows Application
Converting Numbers to Words using the Indian Numbering System
thanks
but i wan to get value from one table and display in datagridview combobox column plz help me
thanks boss
actually i have datagridview which already bind data and want to combo box in particular cell as user enter on cell in (C#.net) please help me lakhanp22@gmail.com Regards Lakhan Anjana
Its really vry gud code..it saves my time also reduce my coding length its in vb If TypeOf e.Control Is DataGridViewComboBoxEditingControl Then DirectCast(e.Control, ComboBox).DropDownStyle = ComboBoxStyle.DropDown DirectCast(e.Control, ComboBox).AutoCompleteSource = AutoCompleteSource.ListItems DirectCast(e.Control, ComboBox).AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend End If