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

Accessing Selected Items

1 Answer 88 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Robert Kaucher
Top achievements
Rank 2
Robert Kaucher asked on 17 Dec 2012, 08:35 PM
I'm a little confused on how I can determine which objects are selected in the ListView... 

Thanks in advance for the help.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 19 Dec 2012, 08:06 AM
Hello Robert,

In order to achieve this you can call the select() method of Kendo UI ListView without arguments. I.e. 
var listView = $("#listView").data("kendoListView");
listView.select();
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView
Asked by
Robert Kaucher
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Share this question
or