Hi there,
I would like to implement three combo boxes that are linked together.
You have a list of items for first combo box and the second combo box's list is based on the first combo box and the third combo box's list will be based on the second combo box.
The only problem that I have is that when a user selects all the items in all the three combo boxes and then later on wants to change his second selection in the second combo box, the third combo box will not be updated. And therefore, I hide the second and third combo boxes initially, then when the user selects the second combo box , the third combo box will appear.
Is there any constructive way of doing this? Could you please provide some sample code?
I would like to implement three combo boxes that are linked together.
You have a list of items for first combo box and the second combo box's list is based on the first combo box and the third combo box's list will be based on the second combo box.
The only problem that I have is that when a user selects all the items in all the three combo boxes and then later on wants to change his second selection in the second combo box, the third combo box will not be updated. And therefore, I hide the second and third combo boxes initially, then when the user selects the second combo box , the third combo box will appear.
Is there any constructive way of doing this? Could you please provide some sample code?