I encounter a strange problem,
I bind the radgridview to a bindinglist of objects,
when i have a dropdown column and i bind the valued to a bindingsource, everything works fine,
but once i add a second dropdown column, for which i setup another binding source, problem starts
lets say i have columns "A" using datasource AA to fill the dropdown
and column B using datasource BB to fill the dropdown
when i run the application, if i click on column A everything is fine.
when i run the application, if i click on column B everything is fine.
BUT if i click on column A, and i get the choices from datasource AA, and after i click on column B, the choices in column B are still the one from datasource AA.
the opposite is true too, if i first clik on column B, i get the choices from datasource BB
but once i ckink on column A i still get the choices from datasrouce BB
Thank you in advance,
I bind the radgridview to a bindinglist of objects,
when i have a dropdown column and i bind the valued to a bindingsource, everything works fine,
but once i add a second dropdown column, for which i setup another binding source, problem starts
lets say i have columns "A" using datasource AA to fill the dropdown
and column B using datasource BB to fill the dropdown
when i run the application, if i click on column A everything is fine.
when i run the application, if i click on column B everything is fine.
BUT if i click on column A, and i get the choices from datasource AA, and after i click on column B, the choices in column B are still the one from datasource AA.
the opposite is true too, if i first clik on column B, i get the choices from datasource BB
but once i ckink on column A i still get the choices from datasrouce BB
Thank you in advance,