Hi,
when you click Barcelona in the left ListBox of the telerik demos - ListBox - server side events
the event SelectedIndexChanged is fired and in the Properties
But in "multiple select" scenario the SelectedIndex and SelectedValue do not change (sometimes).
Hold CTRL and select Bonn and Boston. You can see that the server event is fired, but the text is still Barcelona
and the index does not change.
Sometimes the correct values are fired, but not with every click holding the CTRL key down to select multiple values.
cheers
Hubert
when you click Barcelona in the left ListBox of the telerik demos - ListBox - server side events
the event SelectedIndexChanged is fired and in the Properties
RadListBox1.SelectedIndex
and RadListBox1.SelectedValue
are the actual values.But in "multiple select" scenario the SelectedIndex and SelectedValue do not change (sometimes).
Hold CTRL and select Bonn and Boston. You can see that the server event is fired, but the text is still Barcelona
and the index does not change.
Sometimes the correct values are fired, but not with every click holding the CTRL key down to select multiple values.
cheers
Hubert