This is a migrated thread and some comments may be shown as answers.

Two drop down column in the same gridview

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jean-Philippe Calbert
Top achievements
Rank 1
Jean-Philippe Calbert asked on 02 Dec 2008, 07:58 PM
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,

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 04 Dec 2008, 07:45 PM
Hi Jean-Philippe Calbert,

Thank you for writing.

The described behavior is a known issue in the old version of RadGridView. Please, download and upgrade to the latest version Q3 2008. It has been already fixed.

If you have other questions, do not hesitate to contact me again.
 

Kind regards,
Martin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Jean-Philippe Calbert
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or