5 Answers, 1 is accepted
Thanks for the writing.
You should use: SelectRange(startIndex, endIndex) method. This method clears the currently selected items and selects all items in the closed range [startIndex, endIndex].
Please refer to the code snippet below:
radListControl1.SelectRange(-1, -1);
Do not hesitate to contact us if you have other questions.
Regards,Peter
the Telerik team
IMHO not very intuitive / self documenting compared to
SelectedItems.Clear()
how about a ClearSelected() Method ?
Regards
Erwin
Thank you for your suggestion.
We will consider adding such a property, because SelectRange seems a bit unnatural. Probably the property will be available in the next official release.
Don't hesitate to contact us if you have other questions.
Regards,Peter
the Telerik team
ClearSelected() as before is more natural
Thank you for sharing your suggestion.
As I said before, we will add a new method - ClearSelected.
For the time being, as a workaround you should use SelectRange.
Let me know if I can be of further assistance.
Peter
the Telerik team
Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.