Datagridview Add row when databound

  • Thread starter Thread starter twq
  • Start date Start date
T

twq

hello

I have a datagridview in which one column is a datagridCombobox Column
which is data bound, in the second column the user is allowed to
enter what ever he wants, and i want the user to add rows via a
context menu only, i get an error message that rows can not be
programmatically added if control is databound, are there any
workarounds?

thanks
best regards
Tobias
 
hello

I have a datagridview in which one column is a datagridCombobox Column
which is data bound, in the second column the user is allowed to
enter what ever he wants, and i want the user to add rows via a
context menu only, i get an error message that rows can not be
programmatically added if control is databound, are there any
workarounds?

thanks
best regards
Tobias

Sorry my mistake, I assigned a datatable to the grid earlier in the
code, works perfectly,
best regards
 
Back
Top