Hi, I have 3 RadListControl set with selectionMode = MultiExtended
when select in the 1rs list it fill the 2nd list, and when select the 2nd list it fills the 3rd list.
it work well when I select 1 or more items in the list with the mouse or "mouse + Ctrl", but when I select items in one list using "Shift + Arrow" it doesn't fire the SelectedValueChanged event, so it doesn't fill the other list.
Which event should this fire?
I found this in the forum
http://www.telerik.com/community/forums/winforms/dropdownlist-and-listcontrol/what-event-fires-on-multiselect.aspx
but this solution is not a good solution for me because every time I fill the lists I should also create the event for every item.
Is it there other solution?
Using the ListBox from Visual Studio and the event SelectedValueChanged work well, but I would like to continue with Telerik
thanks
Iair
PS: I'm using Visual Studio 2010
Programming in C#
Telerik version: 2013.1.220.40 windForm