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

ListView 2nd page Item selection is not working properly.

1 Answer 55 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Ganesh
Top achievements
Rank 2
Ganesh asked on 22 May 2012, 07:22 AM
Hi,

I implemented kendo ui listview it is binding perfectly and showing image its finally looks great.

But i have one simple problem after binding the listview when go to second page  and i clicked on the item i am not getting selection item values.

i used the below lines.
selected = $.map(this.select(), function (item) {
                        return data[$(item).index(i)].Name;
                                        });

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 22 May 2012, 08:30 AM
Hello Ganesh,

I am not sure what data variable means in the context of your function, but generally speaking that should reference to corresponding DataSource view data(i.e dataSource.view()).

Regards,
Nikolay Rusev
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
Ganesh
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Share this question
or