Hello Bill,
Thank you for the steps. With that information, I was able to reproduce the issue with fewer steps and no items removed:
1- Add 2 items (Observe: bound content doesn't show the values after being added)
2 - Click right arrow (Observe: bound content now appears)
3 - Click left arrow (Observe: SlideView goes to 1st item)
4 - Observe: buttons no longer work
I have escalated this to the SlideView developers for further investigation, thank you for taking the time to help reproduce the issue.
Workaround
I've created a workaround for you to use in the meantime, see the updated demo attached. To summarize the workaround, we disabled the SlideView's buttons and replaced them with your own buttons:
- The SlideView has hidden buttons
- The left button has a left arrow
- The right button has a right arrow
The button's click event increases or decreases the
SelectedIndex, which will also provide the same visual effect as you'd get with the built-in buttons.
NOTE: If you need infinite scrolling, just wrap the SelectedIndex back to the beginning/end of the indices (uncomment the lines above):
Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
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 Feedback Portal
and vote to affect the priority of the items