This is a migrated thread and some comments may be shown as answers.

What event fires on multiselect when select with Shift + Arrows?

1 Answer 58 Views
ListControl
This is a migrated thread and some comments may be shown as answers.
ShareDocs
Top achievements
Rank 1
ShareDocs asked on 14 Apr 2013, 11:03 AM

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

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Apr 2013, 01:40 PM
Hello Lair,

Thank you for writing.

For the time being I cannot propose another solution for this and you should use the RadPropertyChanged event.

I am sorry for the inconvenience. Should you have any other questions or suggestions, do not hesitate to contact us.

Greetings,
Peter
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
ListControl
Asked by
ShareDocs
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or