Hi,
i have a problem regarding bsp/dropdown boxes.
i've 10 dropdowns, so ordered:
D1 D2
D3 D4
D5 D6
... ...
If i select a value in D1, D2 has to actualize (no problem to realize). If i select a value in D3, the value of D1 shouldn't change to default value.
My concrete Problem:
- I select an value in D1 --> D2 is actualized -->
selected Value is hold in D1 after OnInputProcess
- I select an value in D3 --> D4 is actualized -->
selected Value is hold in D3 after OnInputProcess -->
BUT, the Value of D1 and D2 returns do default value!!!
btw, i realize the dropdowns with loop (assigning unique keys)
I hope you understand my problem!? If you need more information, feel free to inform me..
Thanks and regards,
Christopher