selecting the multiple items in the list box
-
I have a listbox with multiple selection of languages. My list box contains 6 list items with "All, German, English, Seriban, Spanish, French". when I select German and English or any other language the list item "All" should not be selected (either it has to be grayed out or should not be selected, if the user tries to select). But now I could be anble to select the listitem "All" when I select other languaaes. Could any one tell me how to do this! Thanks
-
I have a listbox with multiple selection of languages. My list box contains 6 list items with "All, German, English, Seriban, Spanish, French". when I select German and English or any other language the list item "All" should not be selected (either it has to be grayed out or should not be selected, if the user tries to select). But now I could be anble to select the listitem "All" when I select other languaaes. Could any one tell me how to do this! Thanks
with javascript, handle the event of an item being selected and force the 'all' item to be unselected if necessary.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.