UniSelector with Sorting for Binding Item

Brenden Kehren asked on August 19, 2014 22:27

I'm trying to implement sorting on a Binding class. How do I go about getting the item ID of the item being reordered? Seems like the out of the box code does not have the ID as the first field so it never passes the ID only the text value of the row.

Recent Answers


Joshua Adams answered on August 20, 2014 14:48

Can you post a snippet of code where you are trying to reference the ID? Just want to see what the options are...

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on August 20, 2014 21:19

After some more research it doesn't appear I'll be able to use the built-in controls and will have to create my own simply because of the way the uniselector is coded. Unfortunately not ideal since I've invested so much time in it already.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.