Hi all,
Have been working with datagridviews with datasets, bindingsources, comboboxes, etc.
I was having a problem that prompted me to ask a question. First, the problem that I was having. I created a datagridview that was bound to a dataset and then added code that created columns and some comboboxes on those columns. However, I had a problem with the code executing properly until I got rid of the coded comboboxes and used the datagridview IDE to add columns and change them to comboboxes.
The question I have isn't what I was doing wrong, but rather, which is the better method to go about using datagridviews/datasets/bindingsources. I'm new to this, but it seems that things can get pretty nasty quickly when mixing code/IDE with respect to this if one isn't careful.
With that said, just looking for some lessons learned and good practice type of feedback.
Thanks!