Hello,
Here's the background details of my application. I have an order entry application and my directive has been to add a method of ordering items displayed in a list format. For the list I'm using SfListView and I would like to incorporate the Left/Right Swipe Template to display a NumericUpDown to add the selected item and a particular quantity unique to each item in the list.
Currently it appears that the LeftSwipe I have added to my SfListView shows the same value in the SfNumericUpDown no matter which item I swipe left on.
Is there a way to bind the NumericUpDown in a LeftSwipe to particular List item?