I'm having trouble finding an example and figuring out how to do what I need. I'd like to enter some data into a cell, for example a Reference Number. And when I press enter I'd like it to select the next row, but insert all the data from a datatable with the reference number I entered. (e.g Column Headers :Reference, Name, Age, City - Data: 1,Tom, 20, Birmingham, when I type 1, hit enter, it loads the remaining data into the other cells in that row. How can I do this? I've saw a lot of tutorials for textbox autocomplete in datagridview but I dont think this is what I need.
↧