1 Attachment(s)
[RESOLVED] When adding a new row using datagridviewer, my active field jumps to other values?
The dropdown box displays all the items previously added to that column.
I want the user to be able to enter a new value OR just pick a previous value from the dropdown list. (This is when inserting a new row)
Problem:
Whenever I enter a value, it jumps around in my table like its on acid or something.
Whenever I select a value from the list, it takes me to the line in which the value was originally entered.
How do I get it to do what I want. :confused:
Attachment 77739
Re: When adding a new row using datagridviewer, my active field jumps to other values
Have you bound the grid and the combo box column to the same data source?
Re: When adding a new row using datagridviewer, my active field jumps to other values
Yes I have, but it still jumps up to the original record
Re: When adding a new row using datagridviewer, my active field jumps to other values
Quote:
Originally Posted by
tgf-47
Yes I have
That doesn't make sense. A combo box column represents a parent/child relationship. There needs to be two separate data sources: the parent list/table is bound to the column and the child is bound to the grid.