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

Telerik.WinControls.UI.RadListBox.SelectedIndices Discountinued?

1 Answer 80 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anderson Godoy
Top achievements
Rank 1
Anderson Godoy asked on 18 Mar 2010, 07:37 PM
Hi,
   " Error 1 'Telerik.WinControls.UI.RadListBox' does not contain a definition for 'SelectedIndices' and no extension method 'SelectedIndices' accepting a first argument of type 'Telerik.WinControls.UI.RadListBox' could be found (are you missing a using directive or an assembly reference?) "

    This error only Q1 2010 in version Q2 2009 works. 
    Which alternative for Telerik.WinControls.UI.RadListBox.SelectedIndices in Q1 2010 ?

thanks

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 23 Mar 2010, 06:12 PM
Hello Anderson Godoy,

The alternative to the SelectedIndices is the SelectedItems collection. Each item in the collection is a RadListBox item and it has an Index property that you can use.

Greetings,

Victor
the Telerik team

 


Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Anderson Godoy
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or