M
Marina
Hi,
Let's say I have one datatable, that I want to use as the datasource for 2
dropdowns. So both are bound to the same one.
But now, when I select a row in dropdown A, the selected row in dropdown B
changes to the same thing! Each dropdown represents a different column in
the main record - they just happen to have the same options for their valid
values.
This behavior of the currency manager is very undesirable. I want both
dropdowns to have the same source - so if the values in the dropdown are
modified behind the scenes, that both dropdown receive notifications of
new/deleted/updated rows.
However, I want the whole concept of a 'current' row that is provided with
all the currency manager stuff to go away.
Is this possible? Or do I need to have 2 copies of the data for the
dropdown option values?
Let's say I have one datatable, that I want to use as the datasource for 2
dropdowns. So both are bound to the same one.
But now, when I select a row in dropdown A, the selected row in dropdown B
changes to the same thing! Each dropdown represents a different column in
the main record - they just happen to have the same options for their valid
values.
This behavior of the currency manager is very undesirable. I want both
dropdowns to have the same source - so if the values in the dropdown are
modified behind the scenes, that both dropdown receive notifications of
new/deleted/updated rows.
However, I want the whole concept of a 'current' row that is provided with
all the currency manager stuff to go away.
Is this possible? Or do I need to have 2 copies of the data for the
dropdown option values?