Hello,
I have a ListView defined with a corresponding pager. I have my selection being applied similar to your selection demo and my issue occurs when paging through the list view items, after selecting an item, if navigating to a new page I would expect one of the following two scenarios to occur:
1) The selection is retained...Selected data and UI style selection upon return to page of items containing selected item
2) The selection is cleared....Selected data is cleared and UI style selection is removed from previously selected item upon return
What I am experiencing appears to be that the selected data is retained but the UI selection style is removed from the selected item upon return to page of items containing selected item.
This undesirable behavior can bee seen on your demo here:
http://demos.kendoui.com/web/listview/selection.html
Are the UI selection styles being intentionally cleared from the selected item when paging to a different page?
(I am aiming to toggle the enabled state of my 'Ok' button based on whether an item is currently selected or not...)
Thanks,
Lee