I have an editable datagrid with two dropdown lists, one of which is
dependent on the other. When a first dropdown is initially edited (
selected Index changed) , I am able to successfully generate the dataview
and bind it to dependent combo box. However, if i go to second row and
chnage the item in second row,first drop down, the dataview is again
generating and biding it to dependent drop down. due to this my earliar
items in dependent dropdown is changing to current data.Can any one helps
me how to solve this issue?
Earl - 27 Nov 2004 23:46 GMT
Set the dataview to Nothing then rebind.
>I have an editable datagrid with two dropdown lists, one of which is
> dependent on the other. When a first dropdown is initially edited (
[quoted text clipped - 4 lines]
> items in dependent dropdown is changing to current data.Can any one helps
> me how to solve this issue?