I have a Listview and I need a special behavior.
When I click the increase/decrease-Button in that ListView, I want to select the next/previous item in it. I have no clue how to do that.
I can’t find a click handler for the repeatbuttons to increase/decrease the selectedItem-Field.
What I tried is to name them in the template and try to get them by FindName(). But no result on that.
So, if anyone has an idea, please offer it here.
Thanks in advance,
Readonly
use this logic to help you. try it on your own and show some code