Hi Preeti,
I think you want to say the following:
There are 2 comboboxes (cb1 and cb2). The possible set of values
(dataprovider) for cb1 are: "One", "Two", "Three". When user selects
"One"/"Two" from cb1 then the values for cb2 will be: "000" "111"
"222" and when user selects "Three" from cb1 then values for cb2 will
be:"10" "20" "30".
If that is the question then one easy solution is to listen for change
event on cb1 and get the selected item (can be One, Two or Three).
Based on that change the dataprovider of cb2.
Thanks,
Akhil Mittal
On Mar 18, 2:03 pm, Nitin Gopi <
nitin.g...@gmail.com> wrote:
> Hi Preeti,
> Question not clear. If you can explain it more clearly, I can help u out.
>